/npm-module-boilerplate

Personal boilerplate for modules

Primary LanguageJavaScriptMIT LicenseMIT

NPM Module Boilerplate Build Status

Personal boilerplate for modules.

Includes:

New project initialization

$ git clone
$ mv npm-module-boilerplate awesome-module
$ cd awesome-module
$ rm -rf .git
$ git init
$ npm install

Usage

Run tests:

$ npm test

Run flow

$ npm run flow