cookiecutter-es6-boilerplate
A lean cookiecutter for front-end prototypes. Built for bleeding edge development with ES6.
Quick Start
Install cookiecutter:
pip install cookiecutter
Scaffold your project:
cookiecutter gh:agconti/cookiecutter-es6-boilerplate
Features
- ES6 today via Babel
- Live reload via browser-sync
- Sass via gulp-sass
- CSS prefixing via autoprefixer
- CSS resets via Normailize.css
- CSS Minification via gulp-minify-css
Contributing
Want a new feature or find a bug? Submit a Pull Request! This project adheres to the Contributor Covenant.
Release Notes:
Release 0.2.0:
- [x] Add z-index framework #18
- [x] Add basic color configuration #19
- [x] Add basic css transition easings #17
- [x] Add project level ci setup #29
- [x] Add travis badge to project ReadMe #31
Release 0.1.0:
- [x] Add contributing guidlines #5
- [x] create gh-pages for the project #3
- [x] Update ReadMe with overview #2
- [x] Update ReadMe with feature list #1
- [x] Add gif of scaffolding to README #8
- [x] Add gulp-sass error handling #9
- [x] Add
gulp-babel
error handling #11 - [x] Split gulpfile tasks into separate files #13
- [x] Allow
watch:js
to continue after it encounters an error #14 - [x] Update gif since record.it gif is not permeant. #22