1.0.0 • Published 8 years ago

npm-babel-module-example v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

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 --save

How 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