File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Bouncer
22
3- [ ![ npm version] ( https://img.shields.io/npm/v/bouncer.svg )] ( https://www.npmjs.com/package/bouncer )
3+ [ ![ npm version] ( https://img.shields.io/npm/v/@openstaticfish/ bouncer.svg )] ( https://www.npmjs.com/package/@openstaticfish /bouncer )
44[ ![ CI] ( https://github.com/OpenStaticFish/bouncer/actions/workflows/ci.yml/badge.svg )] ( https://github.com/OpenStaticFish/bouncer/actions/workflows/ci.yml )
55[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
66
@@ -26,10 +26,10 @@ A terminal UI for managing GitHub branch protection rules across multiple reposi
2626
2727``` bash
2828# Install globally with bun
29- bun install -g bouncer
29+ bun install -g @openstaticfish/ bouncer
3030
3131# Or run directly
32- bunx bouncer
32+ bunx @openstaticfish/ bouncer
3333```
3434
3535## Quick Start
Original file line number Diff line number Diff line change 11{
2- "name" : " bouncer" ,
2+ "name" : " @openstaticfish/ bouncer" ,
33 "version" : " 0.1.0" ,
44 "description" : " TUI for managing GitHub branch protection rules" ,
55 "author" : " OpenStaticFish" ,
You can’t perform that action at this time.
0 commit comments