This project requires Deno
Run in root of repo:
# installs, sets up, and builds all the packages for development
npm run 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)
npm run build
# run tests (run in root dir or per package)
npm run test
# format (this is kind of experimental as it's using a formatter I wrote... let me know if it does anything strange)
npm run format