1.3.1 • Published 9 years ago
frontend_helper v1.3.1
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_helperUsage
node helperThis 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