@getjack/jack
v0.1.2
Published
CLI for vibecoders to rapidly deploy to Cloudflare Workers
Maintainers
Readme
jack
CLI for vibecoders to rapidly deploy to Cloudflare Workers.
Install
# Install Bun (if needed)
curl -fsSL https://bun.sh/install | bash
# Run directly
bunx @getjack/jack new my-app
# Or install globally
bun add -g @getjack/jack
jack new my-appUsage
# Create a new project
jack new my-app
# Deploy to Cloudflare Workers
jack ship
# List your projects
jack listRequirements
- Bun >= 1.0.0
- Cloudflare account (for deployments)
Releasing
This project uses Semantic Versioning.
# Bump version, commit, and tag
npm version patch # 0.1.1 → 0.1.2 (bug fixes)
npm version minor # 0.1.1 → 0.2.0 (new features)
npm version major # 0.1.1 → 1.0.0 (breaking changes)
# Push to trigger publish
git push && git push --tagsGitHub Actions automatically publishes to npm when a version tag is pushed.
License
Apache-2.0
