git-cliff-darwin-x64
Advanced tools
Comparing version 1.1.1-rc.4 to 1.1.1
{ | ||
"name": "git-cliff-darwin-x64", | ||
"version": "1.1.1-rc.4", | ||
"version": "1.1.1", | ||
"description": "A highly customizable Changelog Generator that follows Conventional Commit specifications ⛰️", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -129,20 +129,21 @@ <p align="center"> | ||
[git-cliff](https://www.npmjs.com/package/git-cliff) can be installed from NPM: | ||
You can install and run [git-cliff](https://www.npmjs.com/package/git-cliff) with a single command: | ||
```sh | ||
yarn add -D git-cliff | ||
npx git-cliff@latest | ||
``` | ||
or: | ||
Also, if you want to add `git-cliff` to your project: | ||
```sh | ||
# with yarn | ||
yarn add -D git-cliff | ||
# with npm | ||
npm install git-cliff --save-dev | ||
``` | ||
You can also use `git-cliff` directly with `npx`: | ||
Afterwards, you can run `git-cliff` via `npm exec git-cliff` or `npx git-cliff@latest`. | ||
```sh | ||
npx git-cliff | ||
``` | ||
### From MacPorts | ||
@@ -149,0 +150,0 @@ |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
7566742
0
1621