generator-statikit
v0.1.4
Published
Tiny but modern scaffolding for protyping website designs, creating static websites or themes.
Downloads
18
Readme
statikit
Tiny but modern scaffolding for protyping website designs, creating static websites or themes. Uses Gulp for build automation, Nunjucks for templating, CoffeeScript for beautiful scripting and SASS for easy styling. After all, everything mentioned is powered by Node.js.
Get started
First make sure you have Yeoman installed globally, then install the generator-statikit by
running below command:
npm i -g generator-statikitYou can then simply create a new project for your app, cd into it and run below command to scaffold your brand new
project:
yo statikitUsage
Instructions on how to use the provided scaffold will be available in README.md file inside your project directory.
License
See LICENSE file.
