Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshcanhelp/oclif-getting-started
Sample repo for a simple oclif project.
https://github.com/joshcanhelp/oclif-getting-started
Last synced: about 2 months ago
JSON representation
Sample repo for a simple oclif project.
- Host: GitHub
- URL: https://github.com/joshcanhelp/oclif-getting-started
- Owner: joshcanhelp
- Created: 2024-04-08T16:20:01.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-08T16:20:27.000Z (10 months ago)
- Last Synced: 2024-12-01T09:52:21.971Z (about 2 months ago)
- Language: TypeScript
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting started with oclif
[👉 Detailed instructions on how this was built](https://www.joshcanhelp.com/oclif)
## Usage
```sh-session
$ npm install -g new-oclif-cli
$ new-oclif-cli COMMAND
running command...
$ new-oclif-cli (--version)
new-oclif-cli/1.0.0 darwin-arm64 node-v20.11.1
$ new-oclif-cli --help [COMMAND]
USAGE
$ new-oclif-cli COMMAND
...
```## Commands
* [`new-oclif-cli hello [ARG1]`](#new-oclif-cli-hello-arg1)
* [`new-oclif-cli hello2 [FILE]`](#new-oclif-cli-hello2-file)## `new-oclif-cli hello [ARG1]`
```
USAGE
$ new-oclif-cli hello [ARG1] [--flag]ARGUMENTS
ARG1 First argumentFLAGS
--flag First flag
```## `new-oclif-cli hello2 [FILE]`
describe the command here
```
USAGE
$ new-oclif-cli hello2 [FILE] [-f] [-n ]ARGUMENTS
FILE file to readFLAGS
-f, --force
-n, --name= name to printDESCRIPTION
describe the command hereEXAMPLES
$ new-oclif-cli hello2
```