git-changelog
Generates a git changelog, CLI or grunt plugin, inspired & based on Angular JS changelog generator
File Explorer
Download Latest Version (.zip)- git-changelog-logo.jpg
- git-changelog-logo.png
- customCommitTemplate.md
- customTemplate.md
- tag1.md
- current-date.js
- generate.js
- get-git-repo-info.js
- get-gitlog-commands.js
- get-previous-tag.js
- get-provider-links.js
- get-repo-url.js
- init-options.js
- init.js
- link-to-commit.js
- link-to-issue.js
- load-changelog-rc.js
- load-template.js
- log.js
- message.js
- organize-commits.js
- parse-raw-commit.js
- print-commit.js
- print-header.js
- print-salute.js
- print-section.js
- read-gitlog.js
- set-defaults.js
- write-change-log.js
- command.js
- defaults.js
- git_changelog.js
- git_changelog_generate.js
- commit_template.md
- commit_template_two.md
- template.md
- template_two.md
- commits.js
- list.txt
- logs.txt
- changelogrc.spec.js
- git_changelog.spec.js
- git_changelog_generate.spec.js
- .changelogrc
- .gitignore
- .istanbul.yml
- .jshintrc
- .mocharc.json
- .travis.yml
- CHANGELOG.md
- EXTENDEDCHANGELOG.md
- Gruntfile.js
- LICENSE-MIT
- package-lock.json
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/rafinskipg/git-changelog
Downloads the entire project code from GitHub to your computer.
cd git-changelog
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Node.js Node.js must be installed to use npm.
npm install -g git-changelog
Installs the package published on the npm registry globally β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
npm install git-changelog --save-dev
Downloads and installs the libraries listed in package.json.
npm install -g git-changelog
Installs the package published on the npm registry globally β no need to clone the source.
npm version patch -m "chore(release): %s codename(furious-stallman)"
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
