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

chngr

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

chngr

A versioner built for humans.

latest
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

Chngr

Versioning for humans!

Chngr is an intuative versioner with humans in mind.

Why?

Changeset and other similar tools are great, but chngr offers some advantages:

  • No configuration or initialization, inits by itself
  • No strange names. Files are named 1, 2, 3 and so on
  • Write your commits descriptions inside the file.
  • Automatically writes it to changelog bumping the version in changelog, but not in package.json!

Installation

Install chngr with a simple npm install command:

npm install --save-dev chngr

# Or yarn and pnpm are supported
# yarn add -D chngr
# pnpm add -D chngr 

Usage

Use it compleatly interactivley:

chngr --interactive

Or with the cli

chngr create

chngr bump

(it will still ask you questions, its not fully automated, i'm working on that!)

Contributing

To contribute, clone the repo, then install dependecies with pnpm

License

MIT

Keywords

versioner

FAQs

Package last updated on 18 May 2023

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