miniskel
v0.0.4
Published
JS/HTML/CSS Workspace creator
Downloads
26
Readme
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 miniskelCreate a folder for the project:
$ mkdir myproject
$ cd myprojectUse miniskel to create a "project skeleton",
with miniskel <name-of-skeleton> e.g.: "std"
$ miniskel std
$ ls -l
index.html
main.js
styles.css