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>
5 lines
149 B
JavaScript
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';
|