mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
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
3 lines
48 B
Plaintext
Executable File
3 lines
48 B
Plaintext
Executable File
#!/usr/bin/env npx tsx
|
|
import '../src/index.js'
|