1.1.0 • Published 3 years ago

frontend-gen v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

frontend-gen

Description

Creates a new folder in the current directory containing:

  • an index.html file with the usual boilerplate,
  • an assets folder containing:
    • a css/style.css file with (optionally) a few style reset rules,
    • an empty js/main.js file.

Installation

npm i -g frontend-gen

Usage

frontend-gen myAwesomeProject

Flags

  • -cb, --css-boilerplate
    • Include style reset boilerplate.
  • -h, --help
    • List of flags and description.
  • -v, --version
    • Current version.
1.1.0

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago