Pull requests are welcome!
The bleeding edge is master, so you'll want to make your changes off of that.
The source code is Typescript and lives in src/.
After cloning and installing npm dependencies, there are a variety of npm scripts to help you during development.
npm run lint- Lint your code.npm run build- Run lint and transpile the TypeScript source files.