1.0.1 • Published 4 years ago

html-bp v1.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

HTML Boilerplate

I started walking through The Odin Project's paths and found myself creating a way to many html files manually (the threshold for "way to many" being 0 here). So I decided to take some time and write a nice utility for me.

Usage

Install it using npm

npm i -g html-bp

Use it:

html-bp [path] [...options]
  • Path will default to current working directory if not specified.

Available options are:

  • --css includes a empty .css file and links it in the html
  • --js includes a empty .js file and links it in the html