📦 A simple interactive CLI to automate and create your next GitHub release effortlessly.
- Simple Release Management: Initiates releases by fetching commit history and preparing your repository for deployment.
- Interactive Console: Enjoy visual loading effects and a welcoming robot assistant.
- Secure: Relify does not store or save any API keys from inputs.
- Node.js: Ensure you have Node.js installed (version 16 or higher).
Relify works directly from the command line with npx
. No additional setup is needed.
npx relify
- Data Privacy: Relify does not store or retain any API keys from inputs. API keys are used only within the session.
- Current Platform: Relify currently supports GitHub for managing releases. Additional platform support may come in future updates.
- Go to https://github.com/settings/tokens/new
- Enter a note for the token like "Relify Package" and select the
repo
scope. - Copy the generated token and use it in the Relify CLI, when asked for it.
MIT License