@gh-conf/rhof

1.1.0 • Public • Published

rhof

Build NPM Version NPM Downloads Github Repo Size LICENSE Contributors Commit

Fetch contributors list of github repository and generate hall of fame for github readme

Install

$ npm i @gh-conf/rhof

Usage

const rhof = require('@gh-conf/rhof');

(async () => {
  try {
    const username = 'arshadkazmi42'; //github username
    const repository = 'gh-rhof'; // github repository name
    const hof = await rhof(username, repository);
    console.log(hof);
    // <a href='https://github.com/arshadkazmi42'><img src="https://github.com/arshadkazmi42.png" width="30" /></a>
  } catch (error) {
    console.log(error);
  }
})();

Contributing

Interested in contributing to this project? You can log any issues or suggestion related to this library here

Read our contributing guide on getting started with contributing to the codebase

/@gh-conf/rhof/

    Package Sidebar

    Install

    npm i @gh-conf/rhof

    Weekly Downloads

    5

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    8.25 kB

    Total Files

    12

    Last publish

    Collaborators

    • arshadkazmi42
    • bluitel