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 7aadd03 commit 78aad09
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,18 @@ HuskyBC is a command line for easy Husky configuration

1. Install the CLI

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

2. Run the CLI

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

## Feedback

Expand Down

0 comments on commit 78aad09

Please sign in to comment.