Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/allienx/git-brancheetos
CLI tool to make your release pull requests consistent. Enjoy your brancheetos 🌶️🧀
https://github.com/allienx/git-brancheetos
Last synced: 5 days ago
JSON representation
CLI tool to make your release pull requests consistent. Enjoy your brancheetos 🌶️🧀
- Host: GitHub
- URL: https://github.com/allienx/git-brancheetos
- Owner: allienx
- License: mit
- Created: 2023-07-15T05:14:40.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-05-22T22:02:34.000Z (6 months ago)
- Last Synced: 2024-11-01T03:17:12.971Z (15 days ago)
- Language: JavaScript
- Homepage:
- Size: 880 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# git-brancheetos 🌶️🧀
CLI tool to make your release pull requests consistent. Enjoy your brancheetos.
Useful if your release pipeline follows this type of flow:
- you deploy to multiple environments (dev, staging/qa, production)
- you deploy to these environments via pull requests
- you set up these pull requests manually## Usage
The [GitHub CLI](https://cli.github.com) must be used to work with GitHub repositories.
```
brew install gh
gh auth login
```Install the npm dependency:
global
```
yarn global add git-brancheetos
npm install -g git-brancheetosbrancheetos
```local to project
```
yarn add git-brancheetos
yarn run brancheetosnpm install git-brancheetos
npx brancheetos
```By default, the `create` command runs.
```
Usage: brancheetos [options] [command]Automate your release pull requests. Enjoy your brancheetos 🌶️🧀
Options:
-V, --version output the version number
-h, --help display help for commandCommands:
create Prompt for inputs to create a pull request.
reset-config Reset the repo configuration values (use this to re-configure branch names).
help [command] display help for command
```