basic-html-boilerplate
Version:
A basic CLI to generate a boilerplate HTML website (no frameworks included)
27 lines (26 loc) • 490 B
JSON
{
"name": "basic-html-boilerplate",
"version": "0.0.4",
"description": "A basic CLI to generate a boilerplate HTML website (no frameworks included)",
"main": "index.js",
"scripts": {
"start": "echo \"Error: no test specified\" && exit 1"
},
"author": "njberman",
"license": "ISC",
"bin": {
"bhb": "./index.js"
},
"dependencies": {
"yargs": "^16.2.0"
},
"keywords": [
"CLI",
"cli",
"Command Line",
"HTML",
"tool",
"generator",
"javascript"
]
}