htanjo / kss-node-template

Stylish template for kss-node.
http://htanjo.github.io/kss-node-template/
MIT License
62 stars 28 forks source link

kss-node-template

This is a template for kss-node styleguide. "kss-node" is a NodeJS implementation of Knyle Style Sheets (KSS). kss-node enables us to generate a beautiful styleguide for CSS, of course that suports LESS, SASS and Stylus.

You can see the example styleguide from the left navi.

Demo

Example Styleguide

Features

Download

kss-node-template [zip] or

git clone git://github.com/htanjo/kss-node-template.git

Note: This package contains only template files. You have to install kss-node at first.

How to apply this template

  1. Install kss-node. Type npm install kss or npm install -g kss for global CLI.
  2. Download kss-node-template and copy the "template" folder into your working directory.
  3. Run kss-node command with --template option, like below.
kss-node <sourcedir> --template path/to/template

License

Copyright (c) 2013-2015 Hiroyuki Tanjo. Licensed under the MIT License.