Run in root of repo:
# installs, sets up, and builds all the packages for development
yarn setup
- packages/ts-morph
- packages/bootstrap
- packages/common - Common code used by both of the packages above.
- packages/scripts - Common scripts used at development time by both packages.
# build (run in root dir or per package)
yarn build
# run tests (run in root dir or per package)
yarn test
# format (this is kind of experimental as it's using a formatter I wrote... let me know if it does anything strange)
yarn format