@rdfrontier/cli
v0.0.2
Published
Frontier: Software Development Toolkit
Downloads
3
Readme
Frontier CLI
The cli is the engine behind all the operations that encompass the authoring of
frontier’s application authoring and management. The CLI’s primary purpose is to
enable the user to run commands supplied by pre-published addons from the npm
package manager or locally available on the users pc. The CLI will have several
core commands that in themselves work to serve some basic development needs. As
commands are installed and meet compatibility requirements, the CLI will auto
discover the commands from their respective locations and make them available to
the users by as a list by calling ~$ frontier
and invoke each individual
command using the syntax:
~$ frontier <COMMAND> <PARAMS> <FLAGS>
Installation & Usage
Install
npm install -g @rdfrontier/cli
Check Commands
frontier
Help Menu
The help menu can be accessed with the command:
frontier --help
Check Version
The current version of rdvue can be retrieved with the command:
npx rdvue -v|--version|version
Options
Usage:
frontier <action>
Commands:
plugins - List installed plugins
plugins:install - Install plugins
Options:
--help | -h - Show help information
--version | -v - Show current version
Development
npm install
npm link