Skip to content

k3v-d3v/registritor

Repository files navigation

registritor

Introspect packages in the NPM registry with the registritor CLI.

Usage: registritor <package-name> [-f <file-name>]

Getting Started

To test the CLI during development, run the following command:

# From the root of the monorepo
cd packages/registritor
npm run cli -- <package-name> [-f <file-name>]

To test the built CLI locally, run the following command:

# From the root of the monorepo
cd packages/registritor
npm run build
npm link
registritor <package-name> [-f <file-name>]