Contents

mkdocs-git-revision-date-localized-plugin 1.2.4

0

Mkdocs plugin that enables displaying the localized date of the last git modification of a markdown

Mkdocs plugin that enables displaying the localized date of the last git modification of a markdown file.

Stars: 165, Watchers: 165, Forks: 32, Open Issues: 13

The timvink/mkdocs-git-revision-date-localized-plugin repo was created 4 years ago and the last code push was 2 weeks ago.
The project is popular with 165 github stars!

How to Install mkdocs-git-revision-date-localized-plugin

You can install mkdocs-git-revision-date-localized-plugin using pip

pip install mkdocs-git-revision-date-localized-plugin

or add it to a project with poetry

poetry add mkdocs-git-revision-date-localized-plugin

Package Details

Author
Tim Vink
License
MIT
Homepage
https://github.com/timvink/mkdocs-git-revision-date-localized-plugin
PyPi:
https://pypi.org/project/mkdocs-git-revision-date-localized-plugin/
GitHub Repo:
https://github.com/timvink/mkdocs-git-revision-date-localized-plugin

Classifiers

No  mkdocs-git-revision-date-localized-plugin  pypi packages just yet.

Errors

A list of common mkdocs-git-revision-date-localized-plugin errors.

Code Examples

Here are some mkdocs-git-revision-date-localized-plugin code examples and snippets.

GitHub Issues

The mkdocs-git-revision-date-localized-plugin package has 13 open issues on GitHub

  • More robust count_commits()

See more issues on GitHub

Related Packages & Articles

commitizen 3.20.0

The commitizen Python package is a release management tool designed to streamline and standardize the process of committing changes in a team setting. It assumes that your team uses a standard way of committing rules and based on that, it can automatically bump your project's version, create a changelog, and update files. By default, commitizen uses conventional commits, but it allows for customization of rules. The package provides a command-line utility to create commits with your rules, and it can display information about your commit rules.