Skip to content

abiee/es6-lib-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ES6 Library seed project

Boilerplate code to build ES6 library projects. When I was looking for alternatives to build a library with ES6, I found some interesting projects that compile for browsers and node, that's amazing, but I just need the node part.

Here you have a boilerplate code to write node only libraries.

How to use it

Clone the repository and install dependencies.

$ git clone https://github.com/abiee/es6-lib-seed.git my-project
$ cd my-project
$ npm install

Then you can edit package.json to fit your needs.

Development

You can make TDD development by running.

$ gulp

Will run all your tests and wait for changes, on any changes will run all the tests again.

Build it

To build your library for distribution just run.

$ gulp build

Licence

Licensed under the MIT license.

About

Boilerplate code to build node libraries with ES6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published