Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 564 Bytes

CONTRIBUTING.md

File metadata and controls

41 lines (28 loc) · 564 Bytes

environment

  • nvm to manage node versions.
brew install nvm
  • yarn as node package manager
brew install yarn

development setup

  • 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]