Skip to content

Commit

Permalink
chore: file 'README.md' updated
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulCatalinas committed May 16, 2024
1 parent 5576774 commit 7aadd03
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,19 @@ HuskyBC is a command line for easy Husky configuration

| Package Manager | Installation Command |
| --- | --- |
| npm | `npm install huskybc -g` |
| pnpm | `pnpm add huskybc -g` |
| yarn | `yarn add huskybc -g` |
| bun | `bun add huskybc -g` |
| npm | `npm install -g huskybc` |
| pnpm | `pnpm add -g huskybc` |
| yarn | `yarn add -g huskybc` |
| bun | `bun add -g huskybc` |

2. Run the CLI

```bash
huskybc
```
| Package Manager | Execution Command |
| --- | --- |
| npm | `npx huskybc` |
| pnpm | `pnpm dlx huskybc` |
| yarn | `yarn dlx huskybc` |
| bun | `bunx huskybc` |

## Feedback

Expand Down

0 comments on commit 7aadd03

Please sign in to comment.