We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git-cliff
It would be nice to be able to download git-cliff from npm. That way Node projects could get git-cliff easily.
npm
We can publish git-cliff to npm with a simple js wrapper that is able to call git-cliff binaries using spawnSync.
js
spawnSync
lefthook is a program written in go. They also have a similar feature.
lefthook
go
The text was updated successfully, but these errors were encountered:
chore(npm): package git-cliff for npm (#133)
b7dd592
* chore: scaffold a typescript node project * feat: execute git cliff binary using nodejs * fix: process doesnt return status code * fix: optional dependencies are not added to git-cliff * chore(npm): move NPM package to npm folder * chore(docker): add NPM package to .dockerignore * feat(cd): publish NPM package via continuous deployment workflow * docs: add npm instructions to README * chore(npm): update package keywords * chore(cd): publish the NPM package publicly * style(readme): update NPM section in README.md Co-authored-by: Burak Güner <[email protected]> Co-authored-by: Burak Güner <[email protected]>
orhun
Successfully merging a pull request may close this issue.
Feature
It would be nice to be able to download
git-cliff
fromnpm
. That way Node projects could getgit-cliff
easily.Solution
We can publish
git-cliff
to npm with a simplejs
wrapper that is able to callgit-cliff
binaries usingspawnSync
.Example
lefthook
is a program written ingo
. They also have a similar feature.The text was updated successfully, but these errors were encountered: