Go to file
Moritz Hölting fbb76bb3d2 Include namespace when using init command 2024-04-06 21:48:41 +02:00
assets Include namespace when using init command 2024-04-06 21:48:41 +02:00
src Include namespace when using init command 2024-04-06 21:48:41 +02:00
.gitignore Add init command 2024-03-27 13:58:09 +01:00
Cargo.toml Include namespace when using init command 2024-04-06 21:48:41 +02:00
README.md Add README.md file with instructions for using the Shulkerscript cli tool 2024-03-29 19:34:21 +01:00

README.md

Shulkerscript cli tool

This is a cli tool for the shulkerscript language. It can be used to initialize a new project, and to compile and package a project.

Installation

cargo install --git https://github.com/moritz-hoelting/shulkerscript

Usage

Initialize a new project

shulkerscript init [OPTIONS] [PATH]

Where [PATH] is the path of the folder to initialize in [default: .]

Options:

  • --name <NAME> The name of the project
  • --description <DESCRIPTION> The description of the project
  • --pack-format <PACK_FORMAT> The pack format version
  • --force Force initialization even if the directory is not empty