es6-npm-demo
An ECMAScript 6+ npm package demo. This is just a simple MD5 command line tool writing with ES6+. This package shows how to write NPM command line package with ES6+ by using babel, eslint, mocha.
Usage
Installation:
$ npm install es6-npm-demo -g
Run MD5:
$ md5 [filename]
Building, Linting and Testing
$ git clone git@github.com:ansoncat/es6-npm-demo.git$ cd es6-npm-demo$ npm install$ npm run build$ npm run test$ npm run lint