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

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

Awesome Lists containing this project

README

          

# es6-starter
Simple starter for new es6 projects

[![Build Status](https://travis-ci.org/pradel/es6-starter.svg?branch=master)](https://travis-ci.org/pradel/es6-starter)
[![Coverage Status](https://coveralls.io/repos/github/pradel/es6-starter/badge.svg?branch=master)](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