1.0.0 • Published 10 years ago
npm-babel-module-example v1.0.0
npm-babel-module-example
A scaffolding module to start writing your NPM modules used as dependency in ES6 using Babel.
Install
$ npm install npm-babel-module-example --saveHow to use as a dependency
import MyModule from 'npm-babel-module-example';
...
var my = new MyModule("bar");License
MIT license; see LICENSE.
(c) 2016 by Juan Picado
1.0.0
10 years ago