@package-broker/cli
v0.9.0
Published
CLI tool to initialize PACKAGE.broker configuration
Readme
PACKAGE.broker CLI
CLI tool to initialize PACKAGE.broker configuration in your project.
Usage
npm install @package-broker/cli @package-broker/main
npx package-brokerThis command will:
- Copy
wrangler.tomlconfiguration template to your project - Copy database migrations to
migrations/directory - Display next steps for setting up Cloudflare resources
What's Next?
After running the init command, follow the displayed instructions to:
- Configure your worker name and encryption key in
wrangler.toml - Login to Cloudflare with
wrangler login - Create required Cloudflare resources (D1, KV, R2)
- Apply database migrations
- Deploy your worker
Documentation
For full documentation, visit: https://package.broker/docs/
