es6-npm-demo

1.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i es6-npm-demo

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • ansoncat