0.3.1 • Published 3 years ago
firescript-cli v0.3.1
Firescript CLI
Run commands from a local installed Firescript module irrespective of its version.
Installation
npm install -g firescript-cliUsage
cd Projects/myproject/
firescript lintThe 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.