Skip to content

Instantly share code, notes, and snippets.

@korzio
Created May 4, 2019 12:35
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/d972ab6b3a171e453a601c2adad458f7 to your computer and use it in GitHub Desktop.
Save korzio/d972ab6b3a171e453a601c2adad458f7 to your computer and use it in GitHub Desktop.
mkdir my-oclif # create new source folder
cd my-oclif # locate to source folder
npm init -f # init empty npm package
npx oclif # ensure oclif can help
npx oclif multi # generate or scaffold multi command oclif application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment