make-website
v1.0.4
Published
Quickly start creating a website with index.html, styles.css and main.js files
Maintainers
Readme
This npm package can be downloaded globally. It helps users quickly create the skeleton of a new web project. It creates an index.html file that has a main.js file and a CSS-reset styles.css file attached to it. Users can choose to add jQuery and/or lodash to their project or not.
To use, run these commands:
npm i -g make-website
make-website YOUR_WEBSITE_NAME
