Shromp CLI
Check introduction for instalation instructions.
The Shromp CLI allows you to initialise and build shromp projects.
init
Initialise a shromp project with boilerplate files.
shromp init [options]
| Option | Description | 
|---|---|
| -d, --directory | Target directory to save project files | 
| --no-content | Do not generate sample content files | 
build
Compile all source files and save them in the <public> folder.
shromp build [options]
| Option | Description | 
|---|---|
| -c, --config | shromp config file | 
| -t, --tag | Overrides version_to_publish property from shromp.toml | 
| -o, --output | Generates files in this folder. Overrides output_folder property from shromp.toml |