Sign In

@topogram/extractor-node-cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@topogram/extractor-node-cli

Package-backed Topogram extractor for Node.js CLI command surfaces.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

@topogram/extractor-node-cli

Package-backed Topogram extractor for Node.js CLI command surfaces. It reads package metadata and common CLI help files, then emits review-only CLI command, option, effect, capability, and surface candidates for topogram extract.

Boundary

  • Reads source evidence only.
  • Does not mutate the source app.
  • Does not write canonical topo/**.
  • Does not install packages or perform network access.
  • Leaves persistence, reconcile, and adoption to Topogram core.

Usage

npm install --save-dev @topogram/cli @topogram/extractor-node-cli
topogram extractor check @topogram/extractor-node-cli
topogram extract ./existing-cli --out ./extracted-topogram --from cli --extractor @topogram/extractor-node-cli
topogram extract plan ./extracted-topogram
topogram adopt --list ./extracted-topogram

Package Contract

This package exports { manifest, extractors } and includes topogram-extractor.json.

FAQs

Package last updated on 13 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts