Files
paseo/packages/cli/bin/paseo
Mohamed Boudra 6781c1b888 feat(cli): add foundation - package setup and entry point
Add @paseo/cli package with:
- Package structure with npm workspace integration
- bin/paseo entry point using tsx
- Commander.js setup with --version and --help
- Placeholder subcommands: agent, daemon, permit, worktree, provider
2026-01-28 22:42:08 +07:00

3 lines
48 B
Plaintext
Executable File

#!/usr/bin/env npx tsx
import '../src/index.js'