Skip to content
This repository has been archived by the owner on Apr 2, 2018. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 433 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (10 loc) · 433 Bytes

Contributing

Pull Requests

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/.

Local Setup

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.