βCopy
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
--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
Last updated
Was this helpful?