JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 35
  • Score
    100M100P100Q87026F
  • License MIT

Reconstruct APM CLI - Install commands for AI coding assistants

Package Exports

  • reconstruct-cli
  • reconstruct-cli/dist/cli/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (reconstruct-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Reconstruct CLI

Reconstruct APM CLI - Install commands for AI coding assistants.

Installation

npm install -g reconstruct-cli

Usage

Initialize Reconstruct in your workspace

reconstruct init

This command will:

  • Auto-detect your AI coding assistant (Cursor, Claude Code, etc.)
  • Prompt for installation mode (global or project-based)
  • Validate or set up MCP (Model Context Protocol) connection
  • Download and install Reconstruct commands and rules

Command Options

reconstruct init [options]

Options:
  --assistant <name>        Specify AI assistant (cursor, claude, etc.)
  --template-version <ver>  Use specific template version (default: latest)
  --mode <global|project>   Installation mode: global or project-based
  -h, --help                Display help
  -V, --version             Display version

Development

# Install dependencies
npm install

# Build TypeScript
npm run build

# Run locally
node dist/cli/index.js init

Supported Assistants

  • Cursor - .cursor/commands and .cursor/rules
  • Claude Code - .claude/commands and .claude/rules
  • GitHub Copilot - .github/prompts and .github/rules
  • Windsurf - .windsurf/workflows and .windsurf/rules
  • Roo Code - .roo/commands and .roo/rules

License

MIT