Your Personal Creator Assistant
- 📖 [Read the Manual](https://allay-mc.github.io/allay/) - 📦 [Crate](https://crates.io/crates/allay) ## Quickstart ```bash # intialize new project mkdir my-project cd my-project allay init # populate add-on $EDITOR src/BP/hello.json # build add-on allay build ``` ## Additional Features Feature | Flag | Description | Enabled by default ----------------------|---------------------|---------------------------------|------------------- **share command** | `share` | Shares add-ons over HTTP | yes **export command** | `export` | Exports add-ons to Minecraft | yes **git** | `git` | Handles `git` | no **shell completions** | `shell-completions` | Generates shell completions | yes **schema command** | `config-schema` | JSON schema for config file | no **watch command** | `watch` | Rebuild add-ons on file changes | yes **manual command** | `manual` | Opens the manual | yes To enable features that are not active by default, use `-F