Current list of Contributors.
Current issue tracker is on GitHub.
Even if you are uncomfortable with code, an Issue helps!
All you need to do is submit a Pull Request.
- Please consider tests and code quality before submitting.
- Please try to keep commits clean, atomic and well explained (for others).
By participating in this project you agree to our Code of Conduct.
git clone [email protected]:brentlintner/synt.git
cd synt
npm i
npm run -s compile
npm test
npm run -s test-cov
watch and compile files on save:
npm run dev