https://github.com/mec/kbox-utils
https://github.com/mec/kbox-utils
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mec/kbox-utils
- Owner: mec
- Created: 2017-06-21T22:59:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-27T22:25:37.000Z (about 9 years ago)
- Last Synced: 2025-07-13T03:06:54.598Z (12 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# kbox-utils
A tiny utility for working with [Kalabox](https://kalabox.io/), [Pantheon](https://pantheon.io) and [SequelPro](https://www.sequelpro.com/).
Only runs on Mac OS X as relies on the `open` command line tool, sorry.
## Install
You'll need to install the tool globally so you can access it from your dev environemnts:
```
npm install -g https://github.com/mec/kbox-utils
```
You might need sudo depending on your setup.
## Uninstall
```
npm uninstall -g kbox-utils
```
You might need sudo depending on your setup.
## Use
The idea is to stop you having to copy and paste the various bits of config info out of the services object, you can:
### open in browser via https
`kbox-utils opens`
### open in browser via http
`kbox-utils open`
### open database in SequelPro
`kbox-utils connectdb`