fig-teams
v2.6.0
Published
## Local Development
Downloads
5
Keywords
Readme
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 ci
after that you can start the file compiler using
npm run dev
To try out the CLI locally you can then run
./build/index.js
Deploying
To publish a new version you will need to do the following
1. npm version (major | minor | patch)
2. npm publish