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
- Host: GitHub
- URL: https://github.com/grassator/node-es6-lib
- Owner: grassator
- License: mit
- Created: 2016-03-02T21:05:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-04T20:00:58.000Z (about 9 years ago)
- Last Synced: 2025-03-15T15:17:54.926Z (10 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node ES6 Lib
[](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.