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

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.

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.