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

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

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