mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
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
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
"packages/app",
|
||||
"packages/relay",
|
||||
"packages/website",
|
||||
"packages/desktop"
|
||||
"packages/desktop",
|
||||
"packages/cli"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "./scripts/dev.sh",
|
||||
|
||||
Reference in New Issue
Block a user