Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Dharmendra205111014/web-project-cli

A cli to create a simple skeleton of static web project
https://github.com/Dharmendra205111014/web-project-cli

cli nodejs project-skeleton static-web-resources

Last synced: about 2 months ago
JSON representation

A cli to create a simple skeleton of static web project

Awesome Lists containing this project

README

        

## web-project-cli

This is a cli to create a simple skeleton of static web project. it generate below structure

```
project_name
│ index.html
| package.json
|
└───css
│ │ style.css
|
└───script
│ main.js
```

#### How to use
run ```npm i web-project-cli -g```

#### Current Options
```
╰─$ web-project-cli -h

Usage: web-project-cli [options]

Options:

-V, --version output the version number
-n, --name Give new project name (default: demo)
-a, --author Author name (default: )
-h, --help output usage information
```

#### For development

- Clone this repo and go inside the folder
- To install in local just do ```sudo npm install -g```
- Create symlink using ```npm link```