Sign In

@topogram/cli

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@topogram/cli

Topogram CLI for checking Topogram workspaces and generating app bundles.

Source
npmnpm
Version
0.3.74
Version published
Weekly downloads
186
87.88%
Maintainers
1
Weekly downloads
 
Created
Source

Topogram CLI Package

This directory is the npm package for @topogram/cli. It exposes the topogram executable.

The repo root owns product docs. Start with:

  • README
  • Docs map
  • CLI Reference
  • Engine Development

Package shape

{
  "name": "@topogram/cli",
  "bin": {
    "topogram": "src/cli.js"
  }
}

Local development

From the repo root:

npm install
npm test
bash ./scripts/verify-engine.sh
bash ./scripts/verify-cli-package.sh

From engine/:

npm test
npm run fixture:check
npm run fixture:generate

What belongs here

  • parser, validator, resolver;
  • CLI command dispatch;
  • import, reconcile, and adoption workflows;
  • context/query/agent packets;
  • generator dispatch and bundled fallback adapters;
  • engine fixtures and active tests.

Generated projects should live outside engine/.

FAQs

Package last updated on 11 May 2026

Related posts