Skip to content

Instantly share code, notes, and snippets.

@korzio
Last active May 4, 2019 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save korzio/94838b588b55a09014fee053734dfc5f to your computer and use it in GitHub Desktop.
Save korzio/94838b588b55a09014fee053734dfc5f to your computer and use it in GitHub Desktop.
> npm link
> my-oclif
A markdown notes CLI example
VERSION
my-oclif/1.0.0 darwin-x64 node-v8.16.0
USAGE
$ my-oclif [COMMAND]
COMMANDS
hello describe the command here
help display help for my-oclif
> my-oclif hello
hello world from ./src/commands/hello.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment