Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jaumesegarra/generator-es6power

A ES6 (Babel) yeoman generator.
https://github.com/jaumesegarra/generator-es6power

babel es6 gulp sass yeoman-generator

Last synced: 13 days ago
JSON representation

A ES6 (Babel) yeoman generator.

Awesome Lists containing this project

README

        

generator-es6power
================================
>A ES6 (Babel) yeoman generator.

This is a simple generator for convert ES6 files to ES5, also convert SASS files to CSS and reloads the browser page if there is any change.

###### Languages:
* ECMASCRIPT6
* SASS
* [LODASH]
* [JQUERY]

###### Other features:
* Browser live reload
* Uglify
* HTML minimify

## Requirements
* [Node](https://nodejs.org)
* [Gulp](http://gulpjs.com/)
* [Yeoman](http://yeoman.io/)

## Installation
To install the generator:

`npm install -g generator-es6power`

You need to have node, grunt, yo and bower installed globally before running the command. Therefore download node from the link and run:

`npm install -g yo gulp`

### Scaffold an application
Scaffolding a ES6 application works like every other Yeoman generator. If you have the generator installed, cd to an empty project directory and run:

`yo es6power`

Interact with Yeoman to create the application.

## Running
Within your project folder, run gulp to start the server and watch for changes:

`gulp`

## Building
Just copy `build` folder after run the app.

## License

The MIT License

Copyright (c) 2017, Jaume Segarra

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.