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.
Installation:
$ npm install es6-npm-demo -g
Run MD5:
$ md5 [filename]
$ 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