miniskel
=========

(as in mini-skel)

JS/HTML/CSS Workspace creator

Have a "skeleton" you use often? Add it to skel with a pull-request :)

### Usage

	npm install -g miniskel

Create a folder for the project:

	$ mkdir myproject
	$ cd myproject

Use miniskel to create a "project skeleton",
with `miniskel <name-of-skeleton>` e.g.: "std"

	$ miniskel std
	$ ls -l
	index.html
	main.js
	styles.css


