romainberger / npm-module-boilerplate

Personal boilerplate for modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Personal boilerplate for modules

License:MIT License


Languages

Language:JavaScript 100.0%