@looptech-ai/understand-quickly-cli
v0.1.3
Published
One-shot CLI to register a repo with the understand-quickly registry.
Maintainers
Readme
@looptech-ai/understand-quickly-cli
Add your repo to the understand-quickly registry without touching JSON.
Install
npm install -g @looptech-ai/understand-quickly-cli
# or, no install:
npx @looptech-ai/understand-quickly-cli addWhat it does
- Reads your
git remoteto figure outowner/repo. - Looks for an existing knowledge-graph file in your repo. Sniffs the format.
- Computes a raw GitHub URL.
- Prints the registry entry; offers to either:
- Open a prefilled "Add my repo" issue (the registry bot then opens the PR for you), or
- Open a PR directly via
gh(you'll needghinstalled).
Flags
--id owner/repo— override the auto-detected id.--format <name>@<int>— override the sniffed format.--graph-url <url>— override the computed URL.--description "<text>"— set inline.--tags a,b,c— set inline.--print-entry— print the entry JSON to stdout and exit (default in non-TTY).--open-issue— open the prefilled issue URL.--open-pr— open a PR viagh(forks the registry repo).--registry <owner/repo>— override the registry repo (default:looptech-ai/understand-quickly).
No graph yet?
Pick a tool from the registry's Supported formats, run it locally, commit the output, then come back here.
Releasing
Tags cli-v<semver> trigger the publish workflow. Maintainer must add NPM_TOKEN to repo secrets (Automation token). Provenance is enabled.
