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

https://github.com/grassator/node-es6-lib

A starter for Node 5+ es6 lib
https://github.com/grassator/node-es6-lib

Last synced: 10 months ago
JSON representation

A starter for Node 5+ es6 lib

Awesome Lists containing this project

README

          

# Node ES6 Lib

[![NPM version](https://badge.fury.io/js/node-es6-lib.svg)](https://npmjs.org/package/node-es6-lib)
[![Build Status][travis-image]][travis-url]

[project-url]: https://github.com/grassator/node-es6-lib
[travis-url]: https://travis-ci.org/grassator/node-es6-lib
[travis-image]: https://travis-ci.org/grassator/node-es6-lib.svg?branch=master

This just a starter project for CommonJS library with ES6 features that currently supported by Node.

The reason I created this is that I wanted simple and easy to start setup for whenever
I want to work on something with JavaScript and not for the browser. Webpack, code coverage,
and all the bells and whistles can always be added later.