Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 328 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (14 loc) · 328 Bytes

Want to contribute? Great!

loggyslav is written with Typescript which builds automatically on npm publish. Behind every PR review is Travis the guardian.

Build Typescript:

npm run build

Test your code:

npm test

Check your code style:

npm run tslint