mdbadges-cli
  • 💫Start
    • 🏁Getting Started
  • 🔱Commands
    • ⭐Finding a Badge
    • ⭐Search
    • ⭐Create
    • ⭐Random
    • ⭐Copy
    • ⭐Add
  • ✨Misc. Commands
    • ❄️Documentation
    • ❄️Changelog
    • ❄️Badges
  • ❌Deprecated
    • 🤔What is this?
    • 🌄Categories
    • 🌄Fund
    • 🌄Version
    • 🌄Update
    • 🌄Lookup
    • 🌄About
Powered by GitBook
On this page

Was this helpful?

🏁Getting Started

mdbadges-cli is an extensive CLI tool to find over 400+ Shields.io badges for your projects without needing to leaving the terminal, with multiple commands for different purposes.

To start using this package, make sure you have at least Node.js 18 installed, then install mdbadges-cli through npm by running:

npm install -g mdbadges-cli


To start using a command, add the mdb prefix, followed by the command name/syntax. For example:

  

# Badge found:
# [![Discord](https://img.shields.io/badge/Discord-%235865F2.svg?&logo=discord&logoColor=white)](#)

If you need to find what a command does while in the terminal, run mdb help to view all commands, aliases, and additional options.

Aliases

To view aliases, go to the bottom of the command's documentation, where the aliases will be displayed, separated by / if there is more than one.

NextFinding a Badge

Last updated 2 months ago

Page cover image