https://github.com/softspiders/oclif-multi-ts-starter
OCLIF-generated multi-command starter on TypeScript
https://github.com/softspiders/oclif-multi-ts-starter
cli multi multi-command oclif softspiders ss starter template ts typescript
Last synced: about 1 year ago
JSON representation
OCLIF-generated multi-command starter on TypeScript
- Host: GitHub
- URL: https://github.com/softspiders/oclif-multi-ts-starter
- Owner: softspiders
- License: mit
- Created: 2020-02-19T09:55:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T00:58:53.000Z (over 4 years ago)
- Last Synced: 2025-01-15T20:20:03.598Z (about 1 year ago)
- Topics: cli, multi, multi-command, oclif, softspiders, ss, starter, template, ts, typescript
- Language: TypeScript
- Homepage:
- Size: 172 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[SOFTSPIDERS](https://github.com/softspiders/softspiders)
# oclif-multi-ts-starter
OCLIF-generated multi-command starter on TypeScript
## Feature tags
- cli
- multi-command
- oclif
- starter
- template
- typescript
---
## Authors
[Alexander Lapygin](https://github.com/AlexanderLapygin) <>
---
## Direct ancestors
[node-cli-starter](https://github.com/softspiders/node-cli-starter)
---
## Install
```
npm i
```
---
## Usage
```sh-session
$ npm install -g oclif-multi-ts-starter
$ mycmd COMMAND
running command...
$ mycmd (-v|--version|version)
oclif-multi-ts-starter/0.1.0 win32-x64 node-v12.14.0
$ mycmd --help [COMMAND]
USAGE
$ mycmd COMMAND
...
```
## Commands
* [`mycmd hello [FILE]`](#mycmd-hello-file)
* [`mycmd help [COMMAND]`](#mycmd-help-command)
### *mycmd hello [FILE]*
describe the command here
```
USAGE
$ mycmd hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ mycmd hello
hello world from ./src/hello.ts!
```
_See code: [src\commands\hello.ts](https://github.com/AlexanderLapygin/oclif-multi-ts-starter/blob/v0.1.0/src\commands\hello.ts)_
### *mycmd help [COMMAND]*
display help for mycmd
```
USAGE
$ mycmd help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
```
---
## License
Licensed under the [MIT license](./LICENSE).