1.1.0 • Published 4 years ago
frontend-gen v1.1.0
frontend-gen
Description
Creates a new folder in the current directory containing:
- an
index.htmlfile with the usual boilerplate, - an
assetsfolder containing:- a
css/style.cssfile with (optionally) a few style reset rules, - an empty
js/main.jsfile.
- a
Installation
npm i -g frontend-genUsage
frontend-gen myAwesomeProjectFlags
- -cb, --css-boilerplate
- Include style reset boilerplate.
- -h, --help
- List of flags and description.
- -v, --version
- Current version.