Usage
The PaperScript CLI
USAGE:
PaperScript.Cli.dll [OPTIONS] <COMMAND>
OPTIONS:
-h, --help Prints help information
COMMANDS:
build build a project (requires a project.yaml)
transpile transpiles a single file
init creates a new project.yaml
version prints version informationinit
Creates a new PaperScript project, sets up the directory structure and creates a project.yaml file in the current directory.
USAGE:
paperscript init [OPTIONS]
OPTIONS:
-h, --help Prints help information
-f, --force Force creating a project in a non-dempty directorybuild
Builds a project in the current directory. Requires a valid project.yaml file.
transpile
Transpiles a single file from PaperScript to Papyrus.
version
Prints out version information for the CLI.
Last updated