1.1.1 • Published 9 years ago

generator-popchips v1.1.1

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

Yo! POPCHIPS

A yeoman generator that scaffolds out a front-end webapp

Popcorners

#Features

  • Gulp
  • Browserify
  • Scss
  • Lints yo scripts
  • Bootstrap for Sass (optional)
  • Fontawesome icons (optional)
  • jQuery (optional)
  • AMD Support (optional)

#Getting Started

  • Install: npm install -g generator-popchips
  • Run: yo popchips
  • Run gulp to build and run preview server
  • Uncomment .pipe((gStreamify(uglify()))) in gulp/tasks/browserify.js and run gulp to minify scripts

#Things I haven't really created an elegant solution for and might be hard to guess

  • Must install all vendor dependencies to package.json
  • You can install deps via bower but they will not be included in the browserify vendor bundle
  • If you're not using AMD modules or Bower modules in yo project, you can comment out debowerify and deamdify lines in the browserify and vendor gulp task to get easier debugging
1.1.1

9 years ago

1.1.0

9 years ago

1.0.36

9 years ago

1.0.35

9 years ago

1.0.34

9 years ago

1.0.33

9 years ago

1.0.32

9 years ago

1.0.31

9 years ago

1.0.3

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago