creates a default html project in a current directory
npm install htmlinit-commandThis script sets up a basic HTML project template on a specified directory.
Works on Mac and Linux (Have not tested windows)
sh
$ sudo npm install -g htmlinit-command
`
Usage
`sh
$ mkdir project
$ cd project
$ htmlinit
$ ls
htmlgen.js index.html main.js README.md style.css
`Default files created
$3
`html
default
`
$3
`css
body{
margin:0px;
}
`
###
$3
`javascript
//empty file
`
$3
`md
My Poject
`
$3
`
//library code
``