Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/darlanmendonca/generator-bitch

A simple generator for web applications, just frontend stack, in es6
https://github.com/darlanmendonca/generator-bitch

Last synced: 1 day ago
JSON representation

A simple generator for web applications, just frontend stack, in es6

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/darlanmendonca/generator-bitch.svg)](https://travis-ci.org/darlanmendonca/generator-bitch)
[![Coverage Status](https://coveralls.io/repos/darlanmendonca/generator-bitch/badge.svg?branch=master&service=github)](https://coveralls.io/github/darlanmendonca/generator-bitch?branch=master)
[![npm version](https://badge.fury.io/js/generator-bitch.svg)](https://badge.fury.io/js/generator-bitch)
[![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://opensource.org/licenses/mit-license.php)

A simple generator (for Yeoman) to scaffolding web applications, just frontend stack.

Writed in Ecma Script 6!! And follow JS patterns (John Papa case you scaffold a Angular application)

If you use old versions of this module, maybe you want create an Node.js Api. This stack is migrated to a new module called [generator-nude](https://github.com/darlanmendonca/generator-nude).

yo bitch

### This generator, offer as:

#### Task runner
[Gulp](https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md) (because it's fast! Thanks to the node streams.)
- lint scripts (using [eslint](http://eslint.org/))
- dependency injection
- compile (and/or validate) template views
- [autoprefixer](https://github.com/postcss/autoprefixer-core) css properties
- compile preprocessors
- [sourcemaps](https://www.npmjs.com/package/gulp-sourcemaps) to preprocessors and scripts
- livereload (with [Browsersync](http://www.browsersync.io))
- sprite images from png's (with [spritesmith](https://github.com/Ensighten/spritesmith) and pngsmith)
- concatenation and minification (styles and scripts)
- watch files, to running all tasks automatically
- compile es6 client scripts to es5 with [Babel](https://babeljs.io/)
- [ngAnnotate](https://github.com/olov/ng-annotate) (to Angular)

### Check out wiki!!

- [More details about what is generated](https://github.com/darlanmendonca/generator-bitch/wiki/What-is-generated%3F)
- [Install and use](https://github.com/darlanmendonca/generator-bitch/wiki/Install-and-use)
- [Tests](https://github.com/darlanmendonca/generator-bitch/wiki/Tests)