mirror of
https://github.com/orhun/git-cliff.git
synced 2025-01-07 12:36:51 +03:00
b7dd592653
* 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 <burak.guner@callstack.com> Co-authored-by: Burak Güner <md.burak.guner@gmail.com>
16 lines
141 B
Plaintext
16 lines
141 B
Plaintext
# Directories
|
|
/.git/
|
|
/.github/
|
|
/target/
|
|
/npm/
|
|
|
|
# Files
|
|
.editorconfig
|
|
.gitignore
|
|
*.md
|
|
codecov.yml
|
|
Dockerfile
|
|
LICENSE
|
|
rustfmt.toml
|
|
_config.yml
|