- nvm to manage node versions.
brew install nvm
- yarn as node package manager
brew install yarn
- create a fork of the repo, clone it, and install the dependencies
cd atlassian-devbox
nvm install
yarn
- set up git hooks
npx husky install
- build it in watch mode
yarn build --watch
- you can now use the cli
./atlasdev <product> <command_name> [command_args] [command_options]