https://github.com/quicksend/cli
Soon
https://github.com/quicksend/cli
Last synced: 4 months ago
JSON representation
Soon
- Host: GitHub
- URL: https://github.com/quicksend/cli
- Owner: quicksend
- Created: 2020-09-14T02:16:59.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T21:23:29.000Z (over 2 years ago)
- Last Synced: 2024-12-28T14:52:35.672Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 516 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
bytebin-cli
===========CLI for Bytebin
[](https://oclif.io)
[](https://npmjs.org/package/bytebin-cli)
[](https://npmjs.org/package/bytebin-cli)
[](https://github.com/alexy4744/cli/blob/master/package.json)* [Usage](#usage)
* [Commands](#commands)# Usage
```sh-session
$ npm install -g bytebin-cli
$ bytebin COMMAND
running command...
$ bytebin (-v|--version|version)
bytebin-cli/0.0.0 win32-x64 node-v14.5.0
$ bytebin --help [COMMAND]
USAGE
$ bytebin COMMAND
...
```# Commands
* [`bytebin hello [FILE]`](#bytebin-hello-file)
* [`bytebin help [COMMAND]`](#bytebin-help-command)## `bytebin hello [FILE]`
describe the command here
```
USAGE
$ bytebin hello [FILE]OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to printEXAMPLE
$ bytebin hello
hello world from ./src/hello.ts!
```_See code: [src\commands\hello.ts](https://github.com/alexy4744/cli/blob/v0.0.0/src\commands\hello.ts)_
## `bytebin help [COMMAND]`
display help for bytebin
```
USAGE
$ bytebin help [COMMAND]ARGUMENTS
COMMAND command to show help forOPTIONS
--all see all commands in CLI
```_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.2.3/src\commands\help.ts)_