https://github.com/pradel/es6-starter
Simple starter for new es6 projects
https://github.com/pradel/es6-starter
Last synced: 9 months ago
JSON representation
Simple starter for new es6 projects
- Host: GitHub
- URL: https://github.com/pradel/es6-starter
- Owner: pradel
- License: mit
- Created: 2016-07-06T12:09:38.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-04T15:00:32.000Z (almost 10 years ago)
- Last Synced: 2025-02-01T22:43:56.610Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# es6-starter
Simple starter for new es6 projects
[](https://travis-ci.org/pradel/es6-starter)
[](https://coveralls.io/github/pradel/es6-starter?branch=master)
### Features
* [Eslint](http://eslint.org/) with [airbnb config](https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb)
* Transpile ES6 files to ES5 with [Babel](https://babeljs.io)
* Test with [mocha](https://mochajs.org)
* Test coverage with [istanbul](https://github.com/gotwarlost/istanbul)
* Test + coverage [travis-ci](https://travis-ci.org) integration
### Get Started
* Clone the repo `git clone https://github.com/pradel/es6-starter.git`
* Go to folder `cd es6-starter`
* Remove .git `rm -rf .git`
You can now start your project