Skip to content

zefiros-software/npm-defaults

Repository files navigation

Zefiros NPM Defaults

This package makes it easy to share development dependencies across Zefiros packages.

Usage

$ npm install -g @zefiros/npm-defaults
$ npm-defaults COMMAND
running command...
$ npm-defaults (-v|--version|version)
@zefiros/npm-defaults/0.2.0-beta.50 linux-x64 node-v12.16.3
$ npm-defaults --help [COMMAND]
USAGE
  $ npm-defaults COMMAND
...

Commands

npm-defaults ci

run all ci tests

USAGE
  $ npm-defaults ci

See code: dist/commands/ci.ts

npm-defaults create TYPE NAME

run all ci tests

USAGE
  $ npm-defaults create TYPE NAME

ARGUMENTS
  TYPE  (library|oclif-cli) [default: library] the package type
  NAME  the package name

See code: dist/commands/create.ts

npm-defaults env

provision global environment

USAGE
  $ npm-defaults env

OPTIONS
  -h, --help  show CLI help
  --install   install the environment

See code: dist/commands/env.ts

npm-defaults help [COMMAND]

display help for npm-defaults

USAGE
  $ npm-defaults help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

npm-defaults lint

lint the project configuration

USAGE
  $ npm-defaults lint

OPTIONS
  --fix

See code: dist/commands/lint.ts

npm-defaults make-release

create a pull request to release to stable

USAGE
  $ npm-defaults make-release

See code: dist/commands/make-release.ts

npm-defaults release

release the package (standard-release)

USAGE
  $ npm-defaults release

See code: dist/commands/release.ts