https://github.com/cloudcmd/shinju
CLI for Cloud Commander console
https://github.com/cloudcmd/shinju
cli cloudcmd console
Last synced: 6 months ago
JSON representation
CLI for Cloud Commander console
- Host: GitHub
- URL: https://github.com/cloudcmd/shinju
- Owner: cloudcmd
- License: mit
- Created: 2014-07-01T08:27:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-11-01T10:53:25.000Z (about 7 years ago)
- Last Synced: 2025-05-30T07:12:10.278Z (8 months ago)
- Topics: cli, cloudcmd, console
- Language: JavaScript
- Homepage: http://cloudcmd.io
- Size: 10.7 KB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
# Shinju
CLI for [Cloud Commander](http://cloudcmd.io) [console](https://github.com/cloudcmd/console-io).
# Install
Install Shinju globally with npm:
```
npm i shinju -g
```
# Use
To use Shinju just start it with url wich is first parameter.
```sh
shinju
```
Exit with `Ctrl` + `C`.
# Example
```sh
> shinju http://localhost:8000
/home/coderaiser/cloudcmd> ps
PID TTY TIME CMD
661 pts/0 00:00:00 ps
32199 pts/0 00:00:00 bash
32622 pts/0 00:00:01 node
/home/coderaiser/cloudcmd> whoami
coderaiser
/home/coderaiser/cloudcmd>
```
# License
MIT