Kipper CLI API
The Kipper CLI API describes the functionality of the Kipper CLI, which is provided by the
@kipper/cli
package. This is besides the
Kipper Module API the only way to interact with the Kipper
compiler.
Unlike the programmatic API, the CLI can be interacted with using the command line. This is done by
calling commands and passing flags (arguments) to the kipper
command, which is per
default available in your package or globally when the @kipper/cli
package is
installed.
Usage
Available Commands
-
kipper new [LOCATION]
: Initialises a new Kipper project. -
kipper run [FILE]
: Compiles and runs a Kipper program. -
kipper compile [FILE]
: Compiles a Kipper program to a target language. -
kipper help [COMMAND]
: Displays help information about the Kipper CLI. -
kipper version
: Displays the version of the Kipper CLI.