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.

latest
Source
npmnpm
Version
0.3.122
Version published
Weekly downloads
149
7350%
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 31 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