0.0.4 • Published 10 years ago

generator-zapp v0.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

Web app generator Build Status

Yeoman generator that scaffolds out a front-end web app using gulp for the build process

screenshot

Features

Please see our gulpfile.js for up to date information on what we support.

  • CSS Autoprefixing
  • Built-in preview server with livereload
  • Cross Browser synchronization with browsersync
  • JSHint errors delivered with gulp-notify
  • Automagically compile Less
  • Automagically lint your scripts
  • Awesome image optimization
  • Automagically wire-up dependencies installed with Bower (when gulp watch or gulp wiredep)

For more information on what this generator can do for you, take a look at the gulp plugins used in our package.json.

Getting Started

  • Install: npm install -g generator-zapp
  • Run: yo zapp
  • Run gulp for building and gulp watch for preview

Third-Party Dependencies

(HTML/CSS/JS/Images/etc)

To install dependencies, run bower install --save package-name to get the files, then run gulp wiredep to automagically add script or style tags to your index.html.

Options

  • --skip-install Skips the automatic execution of bower and npm after scaffolding has finished.
0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago