generator-statisk
v0.5.0
Published
The base for my statisk site Yeoman generators
Downloads
6
Readme
generator-statisk
The base for my statisk site Yeoman generators
About
This is the base generator that I build my other generators on, currently generator-jekyllized. It provides a bare bones gulp setup that can be used to develop other generators or use in your project to build and optimize your assets and such, though it'll probably require tinkering with the paths used in the gulp tasks.
Installation
First, install Yeoman and generator-statisk using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-statisk
Then generate your new project:
yo statisk
License
MIT © Sondre Nilsen