Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 509 Bytes

DEVELOPMENT.md

File metadata and controls

25 lines (17 loc) · 509 Bytes

Working with this repository

Tools required

This repository is heavily automated in bash. Apart from it, you need:

  • git
  • node
  • jq
  • pandoc for changelog-from-markdown generation

Presence of DEBUG env variable activates verbose logging, e.g. DEBUG=aye git commit -m 'blabla' (and many other things) will get chatty.

Bootstrapping after clone

(assuming you have the tools above).

npx yarn && npx lerna bootstrap && npx lerna link

or just

./ci/bootstrap.sh