An open API service indexing awesome lists of open source software.

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

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