js-create
Version:
a CLI tool for quickly initializing a new JavaScript project
25 lines (18 loc) • 511 B
Markdown
# JS-Create
## a CLI tool for quickly initializing a new JavaScript project!
### Description:
The js-create tool creates a quick template for a clean JavaScript project!
It creates template index.html, style.css, main.js in your root directory.
If one of these files already exists, it skips and creates the rest.
### Installation:
```bash
npm i -g js-create
```
### Usage:
```bash
js-create create
# Created main.js
# Created style.css
# Created index.html
```
### Have Fun! 😘