northword / vitepress-plugin-git

Home Page:https://northword.github.io/vitepress-plugin-git/

Repository from Github https://github.comnorthword/vitepress-plugin-gitRepository from Github https://github.comnorthword/vitepress-plugin-git

vitepress-plugin-git

npm version npm downloads bundle size JSDocs License

A plugin that enhances Git-related features in VitePress.

vitepress-plugin-git provides Git metadata for VitePress pages, including—but not limited to—commit history, contributors, creation time, and last update time for specific files. It also offers a Vue component to display this information conveniently.

Installation

Install the package using your preferred package manager:

# npm
npm install vitepress-plugin-git

# yarn
yarn add vitepress-plugin-git

# pnpm
pnpm add vitepress-plugin-git

# bun
bun add vitepress-plugin-git

Configuration

Note: Configuration documentation is coming soon.

Credits

License

MIT © 2025–PRESENT Northword

About

https://northword.github.io/vitepress-plugin-git/

License:MIT License


Languages

Language:TypeScript 76.6%Language:Vue 23.2%Language:JavaScript 0.1%