1.0.2 • Published 2 years ago

launchbox v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
2 years ago

launchbox

Easily setup an express project structure and start the server in seconds.

Installation

Install the package globally

$ npm i -g launchbox

Starting a project

$ mkdir project-name
$ cd project-name
$ launchbox -i

Authors