Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "launchbox", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Quick start for express projects", | ||
@@ -44,2 +44,2 @@ "main": "index.js", | ||
} | ||
} | ||
} |
# launchbox | ||
Quick start for express projects | ||
> Easily setup a express project structure and start the server in seconds. | ||
## Installation | ||
### Install the package globally | ||
```sh | ||
$ npm i -g launchbox | ||
``` | ||
## Starting a project | ||
```sh | ||
$ mkdir project-name | ||
``` | ||
```sh | ||
$ cd project-name | ||
``` | ||
```sh | ||
$ launchbox -i | ||
``` | ||
## Authors | ||
* **Titancoder(Mangesh Kumar)** [titancoder](https://github.com/titancoder) | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8451
31