CLI Reference
This page summarizes all the information related to the basics of the CLI.
Last updated
This page summarizes all the information related to the basics of the CLI.
Last updated
The Mandarine CLI is a command interface tool that you use to create Mandarine-powered applications as well as Mandarine-powered modules.
In order to install Mandarine's CLI, you need to have installed Deno in your computer. Then, run from your terminal the following command:
Options:
Subcommand:
Option
Description
-h, --help
Shows the help information of Mandarine's CLI.
-v, --version
Shows the version information of Mandarine's CLI
Subcommand
Alias
Description
n
Creates a Mandarine-powered application (following Mandarine's project structure) in the current working directory.
g
Generates a Mandarine-powered module.
r
Compiles & Run the mandarine application located in the current working directory.