An open API service indexing awesome lists of open source software.

https://github.com/juanpicado/npm-babel-module-example

A scaffolding module to start writing your NPM modules used as dependency in ES6 using Babel.
https://github.com/juanpicado/npm-babel-module-example

Last synced: 9 months ago
JSON representation

A scaffolding module to start writing your NPM modules used as dependency in ES6 using Babel.

Awesome Lists containing this project

README

          

# 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](./LICENSE).

(c) 2016 by Juan Picado