rocktimsaikia / badge-it

Github action to automatically add badges to your readme :zap:
MIT License
11 stars 10 forks source link
add-badges badge-style github-action github-actions-javascript shield

badge-it Build Status

Github action to automatically add shield badges to your README.md :zap:

A Github action to add badges in your README.md without any hassle. We love badges but generially it's a tedious job to copy paste badges from shield.io to your README.md .So this Action helps to add badges without you having to do all the copy pasting and configuration.

DEMO REPO

Usage

- name: Add Badges
  uses: rocktimsaikia/badge-it@master
  with:
    GITHUB_TOKEN: ${{ secrets.MY_TOKEN }}
    badges: 'gh_license, gh_version, gh_stars'
    badge-style: 'flat-square'

Inputs

Available Badges

Keys are enclosed in brackets ()

Todo

There are many more badges that can be added here. If you want to contribute open a issue to discuss before hand. Currenly this action accepts only specifically Github related badges. But badges for CI services can also be added here. Thats could a be seperate issue on itself.

Related