mdmod-plugin-github-sponsors
v1.1.0
Published
mdmod plugin for updating sponsors list in README
Downloads
125
Readme
mdmod-plugin-github-sponsors
mdmod plugin for updating sponsors list in README.
Install
npm i -g mdmod mdmod-plugin-github-sponsors
# or `npm i mdmod mdmod-plugin-github-sponsors` to use it locally
Use
mdmod README.md --define.owner <githubUser>
It will generate a list of GitHub sponsors:
<!-- START mdmod {use: 'github-sponsors'} -->
[<img src="https://avatars.githubusercontent.com/u/6936373?u=4edd14e6636c45d10ac6a3eecb4b3ffa6cc2bf5c&v=4" width="80" />](https://github.com/Naturalclar) [<img src="https://avatars.githubusercontent.com/u/79023920?v=4" width="80" />](https://github.com/Lierin8oracle)
<!-- END mdmod -->
<!-- START mdmod {use: ['github-sponsors', {width: 50}]} -->
[<img src="https://avatars.githubusercontent.com/u/6936373?u=4edd14e6636c45d10ac6a3eecb4b3ffa6cc2bf5c&v=4" width="50" />](https://github.com/Naturalclar) [<img src="https://avatars.githubusercontent.com/u/79023920?v=4" width="50" />](https://github.com/Lierin8oracle)
<!-- END mdmod -->