create-release-hub
v0.1.0
Published
Create a Release Hub setup in seconds
Maintainers
Readme
create-release-hub
Create a Release Hub setup in seconds
Installation & Usage
You can create a Release Hub setup instantly using the create-release-hub CLI.
Choose the command based on your package manager 👇
npm
npm create release-hubOr with explicit init:
npm init release-hubDocs:
https://docs.npmjs.com/cli/v8/commands/npm-init
pnpm
pnpm create release-hubOr:
pnpm dlx create-release-hubDocs:
https://pnpm.io/cli/dlx
https://pnpm.io/cli/create
Yarn (Classic & Berry)
Yarn Classic (v1):
yarn create release-hubYarn Berry (v2+):
yarn dlx create-release-hubDocs:
https://classic.yarnpkg.com/lang/en/docs/cli/create
https://yarnpkg.com/cli/dlx
Bun
bunx create-release-hubOr:
bun create release-hubDocs:
https://bun.sh/docs/cli/bunx
https://bun.sh/docs/runtime/templating/create
npx (Node global runner)
npx create-release-hubDocs:
https://docs.npmjs.com/cli/v11/commands/npx
What this CLI does
- Detects your package manager automatically
- Installs
release-hubif missing - Creates a
release-hub.jsonor config file - Guides you with clean interactive prompts
- Sets up versioning & release workflow in seconds
