@oclif/dev-cli

v1.2.4
helpers for oclif CLIs
oclif

build

rm -rf lib && tsc

lint

concurrently -p command "tsc -p test --noEmit" "tslint -p test -t stylish"

postpublish

rm .oclif.manifest.json

posttest

yarn run lint

prepublishOnly

yarn run build && node ./bin/run manifest && node ./bin/run readme

version

node ./bin/run manifest && node ./bin/run readme && git add README.md

test

mocha --forbid-only "test/**/*.test.ts"
npm i @oclif/[email protected]

Metadata

  • MIT
  • >=8.0.0
  • Jeff Dickey @jdxcode
  • released 2/14/2018

Downloads