Skip to content
Umberto Pepato edited this page Nov 7, 2018 · 2 revisions

The following guide assumes your nodejs and npm environment is correctly set up.

To build Fireman CLI locally:

  • clone this repo
  • cd there
  • run npm install to install the necessary dependencies
  • run npm run build to build typescript code
  • run npm link to make the fireman command available globally
Clone this wiki locally