Expand description
This crate is the cli app of the Shulkerscript language for creating Minecraft datapacks.
§Installation
cargo install shulkerscript-cli
§Usage
An extended description of the commands can be found in the readme or by running shulkerscript --help
.
§Initialize a new project
shulkerscript init [OPTIONS] [PATH]
§Build a project
shulkerscript build [OPTIONS] [PATH]
§Clean the output directory
shulkerscript clean [OPTIONS] [PATH]
§Watch for changes
shulkerscript watch [OPTIONS] [PATH]