This project is currently being rewritten from scratch in TypeScript. A GitHub project board has been created to track progress. Pull requests are welcome (see section on contributing below)!
The last version and its documentation can be found on npm.
At the moment, the master
branch is the only branch and is considered to be in-development/bleeding edge. Once enough core features have been written, a new release version will be created and published to npm.
This project uses Yarn for dependency management. To install dependencies, simply run yarn
in the root of the project.
$ yarn
husky
and lint-staged
are used to automatically enforce lint and formatting rules when committing changes.
All pull requests should include tests.