New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

create-commit-convention

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-commit-convention

I got tired of manually installing `husky`, `commitlint`, `commitizen`, etc. with `npm i -D blah blah ...` every time I set up a new project, so I created this module.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Commit Convention Auto-Install Toolkit

I got tired of manually installing husky, commitlint, commitizen, etc. with npm i -D blah blah ... every time I set up a new project, so I created this module.

Usage

You can use it as follows:

npx create-commit-convention   # npm
yarn create commit-convention  # yarn
pnpm create commit-convention  # pnpm

When you run the above command, the following files will be created in your project:

  • .cz-config.js
  • commitlint.config.js
  • .husky directory
  • commit-msg and prepare-commit-msg files under the .husky directory

Additionally, a prepare script will be added to the scripts section of your package.json, and commitizen-related configurations will be added to the config field.

If there is no .git directory in your project, it will automatically run git init.

Keywords

create

FAQs

Package last updated on 15 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts