From bb99307d910c6b4c82b6ac02366c657eb9e89506 Mon Sep 17 00:00:00 2001 From: Raul Catalinas <105791463+RaulCatalinas@users.noreply.github.com> Date: Thu, 9 May 2024 12:45:53 +0200 Subject: [PATCH] chore: files README.md and commitlint.ts updated --- README.md | 9 ++++++--- src/utils/commitlint.ts | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) 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',