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

Was this helpful?

  1. Commands

Copy

PreviousRandomNextAdd

Last updated 4 months ago

Was this helpful?

Arguments: [category] [badgeName]

This command copies the Markdown version of a badge to the clipboard.

For example, if you want the copy the badge for LinkedIn, run:

mdb copy jobs linkedin

Additional Options

--html

Function: Copies the HTML version of a badge.

You can also copy the HTML version of a badge to the clipboard. To do so, add the --html option after the command like below:

mdb copy social discord --html

This will copy the following to the clipboard:

<img src="https://img.shields.io/badge/Discord-%235865F2.svg?&logo=discord&logoColor=white" alt="Discord">

Aliases

This command has 1 alias, which is as follows:

  • c

🔱
⭐
The Markdown copied in the clipboard after running the command.
Page cover image