JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 36
  • Score
    100M100P100Q71193F
  • License ISC

Package Exports

  • git-auto-badger

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (git-auto-badger) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Git Auto badger

A npm cli tool that reads your packagejson and git config and connects your readme with multiple badge providers (shields.io, badgen.net etc)

This is still a WIP

Build Status version size license

dependancies downloads all contributors code of conduct

stargazers number of forks

How to use

    npm i -g git-auto-badger

Add following markdown comment where you want the badges to appear

[//]: <> (start placeholder for auto-badger)

then run following in your project root directory

    npx auto-badger

This cli currently supports following providers from each category

  1. VCS
    • Github [✔️]
    • Gitlab [Coming soon]
  2. CI/CD
    • Travis CI [✔️]
    • Github Actions [Coming soon]
    • Appveyor [Coming soon]
    • Circle CI [Coming soon]
  3. Coverage
    • Coveralls [✔️]
    • CodeCov [Coming soon]
  4. Package Managers
    • NPM [✔️]
    • PyPI [Coming soon]
  5. License
    • Github License File [✔️]
  6. Code of Conduct
    • Github CoC File [✔️]
  7. Dependancies
    • Libraries.io for NPM [✔️]
  8. Package size
    • Bundelphobia [✔️]
  9. Download Count
    • NPM Per month [✔️]
  10. Social
    • Github (Repo Stars, Fork) [✔️]
    • twitter [Coming soon]

How it works?

  1. It looks for different file in your project root directory. To decide what tools are you using. And generates badges based on it. e.g. If you have .travis.yml then it assumes you are using travis for CI/CD and it creates a dynamic badge for travis latest build status