generator-guppy

0.2.4 • Public • Published

generator-guppy

gulp + Yeoman = guppy

A webapp generator for Yeoman that leverages the gulp streaming build system.

This is my first Yeoman generator so it was mostly built so I could learn more about writing generators. I'm also interested in learning more about gulp!

This simple generator allows a user to quickly scaffold an app and begin using the gulpfile immediately. The app runs on a very simple connect server. I hope it's at least enough to put devs a little closer to a Yeoman webapp workflow using gulp.

Getting Started

  1. Install the generator:
$ npm install -g generator-guppy
  1. Navigate to the folder where you'd like to scaffold your project and run the generator:
$ yo guppy
  1. Run gulp's default task which launches the server.
$ gulp

Other Tasks

Guppy also includes a gulp build task which:

  • Runs JSHint
  • Minifies & concats JS
  • minifies CSS
  • More to come soon :)

License

MIT License

Readme

Keywords

none

Package Sidebar

Install

npm i generator-guppy

Weekly Downloads

2

Version

0.2.4

License

none

Last publish

Collaborators

  • chrisjordanme