Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 526 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 526 Bytes

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>]