A frictionless project templating tool with support for rich interfacing via the web, CLI, and more.
❯ spackle --help
🚰 spackle
Usage: spackle [OPTIONS] <COMMAND>
Commands:
info Gets info on a spackle project including the required inputs and their descriptions
fill Fills a spackle project using the provided data
check Checks the validity of a spackle project
help Print this message or the help of the given subcommand(s)
Options:
-p, --project <PROJECT_PATH> The spackle project to use (either a directory or a single file). Defaults to the current directory [default: .]
-v, --verbose Whether to run in verbose mode
-h, --help Print help
-V, --version Print version
A spackle project is defined by a spackle.toml
file at the root directory. Slots defined in the configuration will
fill files templated with a .j2
extension.
Visit the below page for a full manual on how to configure a spackle project:
cargo run