https://github.com/fridus/kuku
A simple CLI tool for ensuring that a given script runs continuously. It use forever.
https://github.com/fridus/kuku
Last synced: 3 months ago
JSON representation
A simple CLI tool for ensuring that a given script runs continuously. It use forever.
- Host: GitHub
- URL: https://github.com/fridus/kuku
- Owner: Fridus
- Created: 2013-09-24T15:35:18.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-24T15:43:56.000Z (over 12 years ago)
- Last Synced: 2023-04-05T19:16:36.409Z (about 3 years ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kuku
A simple CLI tool for ensuring that a given script runs continuously. It use [forever](http://github.com/nodejitsu/forever).
## Install
```bash
[sudo] npm install -g kuku
```
## Usage
```
Usage: kuku [options] [command]
Commands:
start [path] Start App
stop [path] Stop App
stopall Stop all running scripts
restart [path] Restart App
list List Apps running
listapps List Apps in config
remove [path|index] Remove an app of config
*
Options:
-h, --help output usage information
-V, --version output the version number
```
## Environment variables
Use file ".env" in your script's directory.
Example:
```
NODE_ENV=production
NUMBER=1234
```
## To do:
- Status of app
- Tests...
#### Author: [Florent Detry](http://github.com/fridus)
#### Copyright (c) 2013 Florent Detry.