@47ng/badger
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

🦡 Badger

MIT License Travis CI Build Average issue resolution time Number of open issues

Sniff out relevant badges for GitHub repositories.

Usage

Badger can be used as a CLI: give it a repo slug, it gives you Markdown back to add to your README.md:

# Usage: badger <repo slug>
$ npx @47ng/badger franky47/douze
[![MIT License](https://img.shields.io/github/license/franky47/douze.svg?color=blue)](https://github.com/franky47/douze/blob/master/LICENSE)
[![Travis CI Build](https://img.shields.io/travis/com/franky47/douze.svg)](https://travis-ci.com/franky47/douze)
[![Average issue resolution time](https://isitmaintained.com/badge/resolution/franky47/douze.svg)](https://isitmaintained.com/project/franky47/douze)
[![Number of open issues](https://isitmaintained.com/badge/open/franky47/douze.svg)](https://isitmaintained.com/project/franky47/douze)

Or you can call it programmatically:

import { getBadges, renderToMarkdown } from '@47ng/badger'

async function() {
  const badges = await getBadges('47ng/badger')
  console.log(renderToMarkdown(badges))
}

License

MIT - Made with ❤️ by François Best.

Readme

Keywords

Package Sidebar

Install

npm i @47ng/badger

Weekly Downloads

2

Version

0.2.1

License

MIT

Unpacked Size

17.6 kB

Total Files

9

Last publish

Collaborators

  • franky47