doggy.scaffold
![devDependency Status](https://david-dm.org/DoggyFrame/doggy.scaffold/dev-status.svg)
Doggy scaffold for build a new html file.
I make this because i don’t like to use IDE in coding.
Getting Started
You may install this with this command:
npm install doggy.scaffold -g
Once you have installed this, you could use it by this command:
dghtml [filename] [css path]
filename
is the name for html file without '.html'. Default value is 'index'.css path
is the path of directory to save 'doggy.css' file. It's a relative path to html file and default value is './'.
Update
- v0.0.4 update version for doggy.css
- v0.0.3 bugfix
- v0.0.2 bugfix
- v0.0.1 init version