Provides a WebFX project template. Prevents the need for the WebFX CLI to be installed alongside a WebFX project. Instead, developers can install this archetype, then generate a new WebFX project from it using the commands below.
This archetype will, in conjuction with the WebFX-Maven-Plugin, allow all WebFX functions to be incorporated into the IDE.
mkdir -vp ~/webfx-maven-archetype
cd ~/webfx-maven-archetype
git clone https://github.com/webfx-project/webfx-maven-archetype.git .
mvn install
mkdir -vp ~/my-webfx-project
cd ~/my-webfx-project
mvn archetype:generate -DarchetypeGroupId=dev.webfx -DarchetypeArtifactId=webfx-maven-archetype -DarchetypeVersion=1.0-SNAPSHOT