generator-bitch
Version:
A simple generator (for Yeoman) to scaffolding web applications, just frontend stack
36 lines (27 loc) • 2.24 kB
Markdown
[](https://travis-ci.org/darlanmendonca/generator-bitch)
[](https://coveralls.io/github/darlanmendonca/generator-bitch?branch=master)
[](https://badge.fury.io/js/generator-bitch)
[](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).
<img src="https://d13yacurqjgara.cloudfront.net/users/776185/screenshots/2344191/drib.gif" width='100%' alt="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)