Go to file
Moritz Hölting 82d085b11e Implement package subcommand 2024-04-13 13:56:09 +02:00
assets Include namespace when using init command 2024-04-06 21:48:41 +02:00
src Implement package subcommand 2024-04-13 13:56:09 +02:00
.gitignore Add init command 2024-03-27 13:58:09 +01:00
Cargo.toml Add path-absolutize crate and use it in build.rs and init.rs 2024-04-09 11:40:51 +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