firescript-cli

Firescript commandline client

Usage no npm install needed!

<script type="module">
  import firescriptCli from 'https://cdn.skypack.dev/firescript-cli';
</script>

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.