Get base infrastructure by command line for frontend templates, node apps etc.
- deploy html-base by command line
- infrastructure for development JS libraries and Web Components
- deploy HTML5 Boilerplate
- deploy node-frontend-config
npx get-html-base project-name
Configuration options depend of keys, described below
- without keys - deploy html-base package
- -js - deploy html-base with JS profile oriented on JavaScript libraries and Web Components development
- -node - deploy node server kickstarter with Express/Nodemon etc. node-frontend-config
- -h5bp - deploy HTML5 Boilerplate
node ./bin project-name
MIT