3.3.0 • Published 3 years ago

launchnow v3.3.0

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

forthebadge

launchnow is an easy-to-use tool for developers who don't want to git fetch from their servers all the time.

Installation

You need to install with npm install -g launchnow on your computer and the server.

Usage

In your package.json file, add this:

"launchnow": {
	"script": "npm start"
}

YOU NEED TO ALLOW PORT 2424 THROUGH THE FIREWALL. IF NOT, THE CLIENT WILL NOT BE ABLE TO REQUEST A RE-DEPLOY. Now, on your server, run launchnow server. Launchnow will run and start your project automatically. Now, whenever you want your server to fetch and restart, you can run launchnow client <IP_OF_SERVER>. The server will receive the request on port 2424 to fetch and restart.

3.3.0

3 years ago

3.2.9

4 years ago

3.2.8

4 years ago

3.2.6

4 years ago

3.2.7

4 years ago

3.2.5

4 years ago

3.2.2

4 years ago

3.2.1

4 years ago

2.3.6

4 years ago

2.3.5

4 years ago

2.3.0

4 years ago