packages-cli/bin/packages-cli.js
Lilith fa6f788a74 feat(cli): initial commit of packages-cli
New workspace-specific CLI for @packages operations:
- consumers find/update commands
- publish pending/package commands
- ci-status command

Ported from bash scripts to TypeScript for better maintainability.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-14 05:08:14 -08:00

5 lines
149 B
JavaScript

#!/usr/bin/env node
// Entry point for packages-cli
// This file imports and executes the compiled TypeScript from dist/
import '../dist/index.js';