Cool! We're using the following setup:
- Visual Studio Code
- Monorepo / multiple packages are managed using
lerna
- TypeScript: compiles to
./dist
- Mocha and Chai for testing:
npm test
- Update dependencies:
npm run update-packages
Contributions:
- Open an issue that describes what you would like to add / change.
- Create a branch.
- Create unit test(s) for the change(s).
- Submit a pull request.
- Contact me on @KeesTalksTech if I don't respond in time.
Happy coding!