https://github.com/strongloop/strong-start
https://github.com/strongloop/strong-start
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/strongloop/strong-start
- Owner: strongloop
- License: artistic-2.0
- Created: 2015-02-26T23:06:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-02-05T09:07:30.000Z (over 7 years ago)
- Last Synced: 2025-04-07T01:05:13.733Z (about 1 year ago)
- Language: JavaScript
- Size: 47.9 KB
- Stars: 3
- Watchers: 19
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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