https://github.com/sadi304/node-simple-html-project-generator
A simple npm plugin to generate html projects quickly
https://github.com/sadi304/node-simple-html-project-generator
html-cli html-generator html-node project-gene
Last synced: 4 months ago
JSON representation
A simple npm plugin to generate html projects quickly
- Host: GitHub
- URL: https://github.com/sadi304/node-simple-html-project-generator
- Owner: sadi304
- License: mit
- Created: 2017-11-27T21:52:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-28T13:15:00.000Z (over 8 years ago)
- Last Synced: 2025-09-27T09:53:09.220Z (9 months ago)
- Topics: html-cli, html-generator, html-node, project-gene
- Language: JavaScript
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-simple-html-project-generator
A simple npm plugin to generate html projects quickly
## File Structure
```
+ Project Name
---index.html
---style.css
---Assets
---js
---custom.js
---css
---images
```
## Install globally
```
npm install -g simple-html-project-generator
```
## Command
```
simplegen-html gen [options]
```
## Input
```
Name: (required)
Author: (optional)
Version: (optional)
```
## Options
```
Use flag -j to include latest jquery version in index.html
Use flag -b to include latest bootstrap version in index.html
```
## MIT License