Contributions all all kinds are welcome, whether it is code, issues, questions, logo design, bug-fixes, documentation, examples and more!
You can add new types to gnt
in one of two ways:
- Add a new package to
/packages
and include tests and apackage.json
- Add a new dependency to
gnt
and expose it inindex.js
- If you are adding new logic, add or update the unit tests
- Run
npm run lint
andnpm run test
and make sure there are no errors