2.6.0 • Published 3 years ago
fig-teams v2.6.0
fig-teams CLI
Local Development
To set up the local dev environment you need to install all dependencies first. You can do that by running
npm ciafter that you can start the file compiler using
npm run devTo try out the CLI locally you can then run
./build/index.jsDeploying
To publish a new version you will need to do the following
1. npm version (major | minor | patch)
2. npm publish