We'd love to have your contribution added to Battlecry. If you decide to do so, please follow the code of conduct
Node.js >= v8 must be installed.
- Running
npm install
in the root directory will install everything you need for development.
Go to the battlecry
folder you cloned and:
npm uninstall -g battlecry
if you havebattlecry
already installed globallynpm link
will link thebattlecry
andcry
commands globallynpm link battlecry
will link therequire('battlecry')
npm run test
will run jest
The project uses prettier hooked on precommit
, so don't worry too much about it,
it will get formatted automatically once you commit.
npm version <patch|minor|major>
npm publish