diff --git a/README.md b/README.md index adf11f0..5b57e56 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,12 @@ HuskyBC is a command line for easy Husky configuration 1. Install the CLI -```bash -npm install huskybc -g -``` +| Package Manager | Installation Command | +| --- | --- | +| npm | `npm install huskybc -g` | +| pnpm | `pnpm add huskybc -g` | +| yarn | `yarn add huskybc -g` | +| bun | `bun add huskybc -g` | 2. Run the CLI diff --git a/src/utils/commitlint.ts b/src/utils/commitlint.ts index 4ba8e99..9c3f751 100644 --- a/src/utils/commitlint.ts +++ b/src/utils/commitlint.ts @@ -69,7 +69,7 @@ export async function generateCommitlintConfig( writeMessage({ type: 'info', message: - 'Configuration files (commit-msg, commitlint.config.js and .lintstagedrc) created' + 'Configuration files (commit-msg, commitlint.config.js and .lintstagedrc) created successfully' }) writeMessage({ type: 'success',