Skip to content

Instantly share code, notes, and snippets.

@korzio
Created May 5, 2019 10:31
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/946371a447dd9dd823bbfe77836875ed to your computer and use it in GitHub Desktop.
Save korzio/946371a447dd9dd823bbfe77836875ed to your computer and use it in GitHub Desktop.
"oclif": {
"bin": "web",
"commands": "./lib/commands",
"plugins": [
"@oclif/plugin-help"
],
"scope": "ing-web-cli",
"hooks": {
"init": "./src/hooks/init/myhook"
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment