- Install dependecies:
$ yarn
- Link your CLI App:
$ yarn link
or$ npm link ./
- Check if linking works by running your app:
$ example-command foo
- Start file watcher:
$ yarn watch
- Edit files and run your app:
$ example-command <args>
- Run build script:
$ yarn build
- Find your files in dist directory.