https://github.com/mathdroid/jenius-cli
https://github.com/mathdroid/jenius-cli
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mathdroid/jenius-cli
- Owner: mathdroid
- Created: 2018-05-18T12:29:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-18T14:25:23.000Z (over 7 years ago)
- Last Synced: 2025-08-07T09:45:38.248Z (6 months ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
jenius-cli
==========
CLI helper to interact with Jenius' API
[](https://npmjs.org/package/jenius-cli)
[](https://circleci.com/gh/mathdroid/jenius-cli/tree/master)
[](https://ci.appveyor.com/project/mathdroid/jenius-cli/branch/master)
[](https://codecov.io/gh/mathdroid/jenius-cli)
[](https://npmjs.org/package/jenius-cli)
[](https://github.com/mathdroid/jenius-cli/blob/master/package.json)
* [Usage](#usage)
* [Commands](#commands)
# Usage
```sh-session
$ npm install -g jenius-cli
$ jenius COMMAND
running command...
$ jenius (-v|--version|version)
jenius-cli/0.1.0 darwin-x64 node-v9.11.1
$ jenius --help [COMMAND]
USAGE
$ jenius COMMAND
...
```
# Commands
* [`jenius hello`](#jenius-hello)
* [`jenius help [COMMAND]`](#jenius-help-command)
## `jenius hello`
Describe the command here
```
USAGE
$ jenius hello
OPTIONS
-n, --name=name name to print
DESCRIPTION
Describe the command here
...
Extra documentation goes here
```
_See code: [src/commands/hello.js](https://github.com/mathdroid/jenius-cli/blob/v0.1.0/src/commands/hello.js)_
## `jenius help [COMMAND]`
display help for jenius
```
USAGE
$ jenius help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
```
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v1.2.11/src/commands/help.ts)_