generator-fk-website

0.2.2 • Public • Published

Yeoman generator for a static website

Yeoman generator that scaffolds out a static website.

npm i -g generator-fk-website

Features

Getting Started

  • Install: npm install -g generator-fk-website
  • Run: yo fk-website
  • Run gulp for preview and gulp build --production for building

Third-Party Dependencies

(HTML/CSS/JS/Images/etc)

Third-party dependencies are managed with wiredep. Add new dependencies using Bower and then run the gulp bower task to load them:

$ bower install --save jquery
$ gulp bower

This works if the package author has followed the Bower spec. If the files are not automatically added to your source code, check with the package's repo for support and/or file an issue with them to have it updated.

To manually add dependencies, bower install --save depName to get the files, then add a script or style tag to your index.html or another appropriate place.

License

BSD license

Package Sidebar

Install

npm i generator-fk-website

Weekly Downloads

0

Version

0.2.2

License

BSD

Last publish

Collaborators

  • floriandotorg