1.3.1 • Published 8 years ago

frontend_helper v1.3.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Frontend helper

v1.0

An npm Package for Node.js to create a boilerplate web page includes html, css and js files.

Installation

npm install frontend_helper

Usage

node helper

This will create three files:

  • styles/all.css
  • scripts/main.js
  • index.html

File all.css is empty File main.js contains (function(){})(); File index.html contains HTML5 template