Skip to content

ansoncat/es6-npm-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An ECMAScript 6+ npm package demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published