https://github.com/tlbootcamp/vuepress-plugin-contributors
Shows GitHub contributors for each VuePress page
https://github.com/tlbootcamp/vuepress-plugin-contributors
Last synced: 3 months ago
JSON representation
Shows GitHub contributors for each VuePress page
- Host: GitHub
- URL: https://github.com/tlbootcamp/vuepress-plugin-contributors
- Owner: tlbootcamp
- License: mit
- Created: 2020-05-17T13:56:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T18:16:28.000Z (over 2 years ago)
- Last Synced: 2025-02-15T13:49:47.420Z (4 months ago)
- Language: TypeScript
- Size: 2.3 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Contributors VuePress plugin

Shows GitHub contributors for each VuePress page
## Install
From your VuePress project directory run
```shell
npm install @tlbootcamp/vuepress-plugin-contributors
# or
yarn add @tlbootcamp/vuepress-plugin-contributors
```## Usage
TODO