For full text search please use the '?' prefix. e.g. ? Onboarding

Oclif

repo: https://github.com/oclif/oclif

  • CLI-framework javascript-cli-framework

#features

  • Autocomplete, e.g.
    • heroku info --app=<tab><tab> # will complete with all the Heroku apps a user has in their account
  • Network-oriented
    • e.g. https://github.com/heroku/cli/blob/67b9080ad0b48e654d799bced119cbab768c759a/packages/apps-v5/src/commands/apps/info.js

plugins

  • Oclif Plugin Repl

hasLearningResource

  • https://dev.to/raphaelmansuy/boost-your-productivity-by-creating-your-own-cli-command-with-typescript-and-oclif-part-2-1jlk
  • https://medium.com/free-code-camp/writing-a-command-line-database-client-in-10-minutes-aa608536ae4b

Resources

  • https://tlakomy.com/notes-egghead-cli-tooling-oclif-ts
  • https://www.joshcanhelp.com/oclif/
  • Gluegun Vs Oclif

Backlinks
  • Gluegun
  • Gluegun Vs Oclif
  • 2024-11-03: Code Is Flowing
  • Interactive Dynamic CLI
#features
plugins
Resources