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

https://github.com/strongloop/strong-start


https://github.com/strongloop/strong-start

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# strong-start

Quick-start the Strongloop process manager,
[strong-pm](https://github.com/strongloop/strong-pm).

It starts a process manager running for the current user, and runs an
application package.

For more details, see http://strong-pm.io.

## Installation

`sl-start` is made available through the
[strongloop](https://github.com/strongloop/strongloop) tool as `slc start`, and
works well with the StrongLoop Process Manager,
[strong-pm](https://github.com/strongloop/strong-pm).

`sl-start` can be installed standalone with:

npm install -g strong-start

## Usage

```
usage: sl-start [package/]

Options:
-h,--help Print this message and exit.
-v,--version Print version and exit.

Start application package in the background under the process manager.

If not specified, the application in the current working directory is started.
```

## License

strong-start uses a dual license model.

You may use this library under the terms of the [Artistic 2.0 license][],
or under the terms of the [StrongLoop Subscription Agreement][].

[Artistic 2.0 license]: http://opensource.org/licenses/Artistic-2.0
[StrongLoop Subscription Agreement]: http://strongloop.com/license