Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 557 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (8 loc) · 557 Bytes

Code style

EditorConfig

This project has a .editorconfig file. See http://editorconfig.org/ for details and to install the plugin for your editor / IDE.

Running the tests

  1. npm run deps to install all dependencies
  2. npm test to actually run the tests

Docs generation

README.md is generated based on docs/README.hbs and the JSDoc comments in app/updater.js. When changing the readme / API, make sure to run grunt docs before committing.