The Guise™ Mummy project comprises several products and related utilities:
- Guise™ Mummy : Static site generator.
- Guise™ Mesh : Template transformation engine used in Guise Mummy.
- Guise™ CLI : The command-line interface for invoking Guise Mummy for static site generation and deployment.
Guise requires Java 11 and has been tested with the OpenJDK 11 on Windows 10. Building requires a recent version of Apache Maven.
Build Guise Mummy using the following command:
mvn clean install
This will create all of the projects. Building all projects is necessary, even if you want to use only one. The CLI can be invoked using the following (substituting the appropriate version for x.x.x
):
cli/target/bin/guise
On Windows the build process creates an executable CLI, which you may copy and use as desired, or execute in place:
cli\target\bin\guise.exe
Guise usage is explained in each of the subprojects, listed above.
Issues tracked by JIRA.
- 0.1.0: First working release of Guise Mummy.