firescript-cli
v0.3.1
Published
Firescript commandline client
Downloads
5
Maintainers
Keywords
Readme
Firescript CLI
Run commands from a local installed Firescript module irrespective of its version.
Installation
npm install -g firescript-cli
Usage
cd Projects/myproject/
firescript lint
The command above calls the global firescript
command and passes all parameters to the locally installed Firescript module. There is no need to install Firescript itself globally and each project can use its own version of it. firescript-cli
works with all previous and upcomming Firescript versions.