https://github.com/dkunin/generator-barry-gulp
Clone of the yeoman generator-barry - but with gulp instead of grunt
https://github.com/dkunin/generator-barry-gulp
Last synced: 3 months ago
JSON representation
Clone of the yeoman generator-barry - but with gulp instead of grunt
- Host: GitHub
- URL: https://github.com/dkunin/generator-barry-gulp
- Owner: DKunin
- License: mit
- Created: 2014-04-28T19:45:58.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-09-06T08:28:23.000Z (almost 9 years ago)
- Last Synced: 2025-09-15T16:59:37.059Z (10 months ago)
- Language: CSS
- Size: 38.1 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [NO LONGER MAINTAINED]
# generator-barry-gulp [](http://badge.fury.io/js/generator-barry-gulp) [](https://david-dm.org/dkunin/generator-barry-gulp.png)
A generator for [Yeoman](http://yeoman.io).
Generator that gives you ability to rapidly scaffold a front-end development app. Named after Barry Allen, "The Flash".
Currently includes the ability to choose to generate simple app structure with:
- jade
- stylus
- minification
## Helping components
- Connect for creating simple server, delivering the static in app folder
- Livereloading
##Install
[](https://nodei.co/npm/generator-barry-gulp/)
npm install -g generator-barry
##Start
yo barry
##Usage
Run command to serve static files/or live generation of jade/stylus
gulp
// or
gulp serve
##To-do
- add HAML
- add LESS, SASS
- add image optimization
#Changelog
##0.2.2
- Bug - oversaw react plugin
##0.2.1
- Added [Jeet](http://jeet.gs/)
##0.2
- Update for gulp goodness, probably would drop the grunt version
##0.1.10
- Updated dependencies
- Added empty js file to start with
- Updated grunt file - so watch would see the js folder
- When there is no need in jade - the view folder doesn't build
##0.1.9
- Fixed minor bugs
##0.1.8
- Updated dependencies
##0.1.7
- Added module grunt-size-report
##0.1.6
- Fixed a typo in README.md
##0.1.5
- Added grunt-time, for measuring elapsed time for grunt tasks
##0.1.4
- Added minification
- Switched inclusion of scripts to radio-like selection choice