htcj
v0.0.1
Published
HTmlCssJavascript is a tool for create a simple HTML file with include CSS and Javascript files
Downloads
1
Readme
Htcj
Htcj (HTmlCssJavascript) is a tool for create a simple HTML file with include CSS and Javascript files
Install
$ npm i -g htcj
Usage
$ htcj HelloWorld
Result:
├── .
│ └── HelloWorld
│ ├── index.html
│ ├── index.js
│ └── style.css