Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@citycide/cz-conventional

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@citycide/cz-conventional

Personalized commitizen adapter based on Angular's conventional standard.

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

@citycide/cz-conventional · Version License LightScript

Personalized commitizen adapter based on Angular's conventional standard.

This adapter is basically a rewrite of the official cz-conventional-changelog adapter. The main differences ( and benefits ) are:

  • Add [ci skip] automatically for docs and chore types
  • Change max line width to the more standard 72 ( from 100 )
  • Cut dependencies down from 6 to 2

installation

npm i -D @citycide/cz-conventional

You'll also need commitizen:

npm i -D commitizen

# or, global installation
npm i -g commitzen

usage

See "Making your repo Commitizen-friendly" and "Using the command line tool" on the commitizen cli repo for detailed instructions.

To easily set up your own repo with this adapter, you can use:

commitizen init @citycide/cz-conventional --save-dev

see also

contributing

Pull requests and any issues found are always welcome.

  1. Fork the project, and preferably create a branch named something like feat-make-better
  2. Modify as needed, src/index.lsc being the source file
  3. Push & pull request! :tada:

license

MIT © Bo Lingen / citycide

Keywords

FAQs

Package last updated on 15 Apr 2017

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc