0.10.3 • Published 9 years ago

generator-plump-webapp v0.10.3

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

Plump Yeoman webapp generator

Getting Started

Install Yeoman globally, if you haven't already done so:

$ npm install -g yo

To install generator-plump from npm, run:

$ npm install -g generator-plump-webapp

Finally, initiate the generator:

$ yo plump-webapp

What Gets Generated

This generator builds the starting point of a webapp (HTML/CSS/JS) using Swig for templating and partials and SASS for CSS pre-processing. It also generates a Gulp file that handles compiling, minification, serving, live-reloading and image compression.

Compiled output is placed in /dev in an un-minified development state and /dist in a production-ready state.

Running gulp develop will perform an initial build, launch a live-reload-enabled web server, open dev/index.html in your primary browser and watch for changes to pretty much everything in src/. Any changes are automatically dealt with and passed to live-reload.

Running gulp serve launches a web server and opens dist/index.html for final checks on production-ready code.

License

MIT

0.10.3

9 years ago

0.10.2

9 years ago

0.10.0

9 years ago

0.8.13

9 years ago

0.8.11

9 years ago

0.8.10

10 years ago

0.8.9

10 years ago

0.8.6

10 years ago

0.8.2

10 years ago

0.7.1

10 years ago

0.7.0

10 years ago

0.6.1

10 years ago

0.6.0

10 years ago

0.5.0

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago