@oclif/dev-cli

v1.26.10
helpers for oclif CLIs
oclif

changelog

conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md

lint

eslint . --ext .ts --config .eslintrc

postpack

rm -f oclif.manifest.json

posttest

yarn lint

prepack

yarn build && node ./bin/run manifest

test

mocha --forbid-only "test/**/*.test.ts"

version

npm run changelog && node ./bin/run readme && git add README.md

pretest

yarn build --noEmit && echo 'Skipping test dir compile check in CI for now (3rd party type error) but you should compile it locally'

build

rm -rf lib && tsc
npm i @oclif/dev-cli

Metadata

  • MIT
  • >=8.10.0
  • Jeff Dickey @jdxcode
  • released 12/15/2021

Downloads