Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicinabox/launch
Open web services from the command line.
https://github.com/nicinabox/launch
Last synced: about 1 month ago
JSON representation
Open web services from the command line.
- Host: GitHub
- URL: https://github.com/nicinabox/launch
- Owner: nicinabox
- Created: 2013-12-01T21:54:23.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-05T04:52:36.000Z (over 9 years ago)
- Last Synced: 2024-10-06T18:14:45.237Z (about 1 month ago)
- Language: Ruby
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# launch
Launch web services from the command line.
## Basic Usage
```bash
$ launch SERVICE
```Run `launch help` for full usage.
## Setup
1. Clone the repo
2. Run installer in repo: `sh install`
3. Edit `~/.launchrc` (`launch edit`)Specify a port for each service starting with a colon. You may alternatively specify a full hostname with its own port. See `transmission` for an example below.
## Example
```
{
"host": "10.0.0.2",
"services": {
"plex": ":32400/web",
"transmission": ":9091",
"router": "10.0.0.1",
"camera": "10.0.0.8"
},
"aliases": {
"torrents": "transmission",
"orwell": "camera"
}
}
```