basic-html-boilerplate
Version:
A basic CLI to generate a boilerplate HTML website (no frameworks included)
21 lines (12 loc) • 447 B
Markdown
# basic-html-boilerplate
> [](https://packagephobia.com/result?p=basic-html-boilerplate)
I was finding myself having to individually create all the files for a basic HTML webpage, so I created a CLI tool to do this for me.
### Installation
```sh
$ npm install -g basic-html-boilerplate
```
### Usage
```sh
$ bhb <name-of-directory>
```
## Enjoy!