0.0.5 • Published 13 years ago

instant-styleguide v0.0.5

Weekly downloads
16
License
-
Repository
github
Last release
13 years ago

Instant Styleguide

Drop into the docroot of your CSS, run with node.js and browse your CSS stylesheets as an HTML styleguide.

Setup

Install with Node Package Manager (npm):

$ npm install instant-styleguide

Create a javascript in the docroot of your CSS with the following:

var instaguide = require('instant-styleguide');
instaguide();

Run with node.js:

$ node name_of_above_file.js

A message should appear:

Server listening on http://localhost:8124

If you open that URL in your browser you should now be able to browse your CSS.

Options

0.0.5

13 years ago

0.0.4

13 years ago

0.0.3

13 years ago

0.0.2

13 years ago

0.0.1

13 years ago