@mana-app/cli
v0.0.3
Published
Mana Development Tools
Readme
Mana CLI Tool
Installation
npm i -g @mana-app/cliUsage
Mana Development Tools.
Options:
-V, --version output the version number
-h, --help display help for command
Commands:
build [options] Build valid sources in the project directory
serve [options] Build and serve a repository on the local network
help [command] display help for commandCommands
mana build
Usage: mana build [options]
Build valid sources in the project directory.
Options:
--noRepo Skip generating the supporting files for hosting this source repository
-f, --folder Specify the output folder
-h, --help display help for commandmana serve
Usage: mana serve [options]
Build and serve a repository on the local network
Options:
-p, --port <port> Specify the port for the server to run on
-h, --help display help for command