0.1.1 • Published 2 years ago

npmeye v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

npmeye

oclif command line interface example that uses npm-api to access the npm package registry

oclif Version Downloads/week License

Usage

$ npm install -g npmeye
$ npmeye COMMAND
running command...
$ npmeye (--version)
npmeye/0.1.1 darwin-x64 node-v14.17.3
$ npmeye --help [COMMAND]
USAGE
  $ npmeye COMMAND
...

Commands

npmeye help [COMMAND]

Display help for npmeye.

USAGE
  $ npmeye help [COMMAND] [-n]

ARGUMENTS
  COMMAND  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for npmeye.

See code: @oclif/plugin-help

npmeye maintainer MAINTAINER

List repos for a maintainer

USAGE
  $ npmeye maintainer [MAINTAINER]

ARGUMENTS
  MAINTAINER  maintainer's name

DESCRIPTION
  List repos for a maintainer

EXAMPLES
  $ npmeye maintainer doowb

See code: dist/commands/maintainer/index.ts

npmeye repo dependencies REPO [DEV]

List a repo's dependencies for the specified version.

USAGE
  $ npmeye repo dependencies [REPO] [DEV] [-v <value>]

ARGUMENTS
  REPO  repo's name
  DEV   if specified, lists dev dependencies instead

FLAGS
  -v, --version=<value>  [default: latest]

DESCRIPTION
  List a repo's dependencies for the specified version.

EXAMPLES
  $ npmeye repo dependencies npm-api