ClydeDz/emoji-badges-vscode

View on GitHub
snippets/markdown.json

Summary

Maintainability
Test Coverage
{
    "amazon-follow": {
        "prefix": "amazon-follow",
        "body": [
            "[![Follow author profile on Amazon](https://img.shields.io/static/v1.svg?label=Follow%20me%20on%20Amazon&message=๐Ÿ“–&color=FF9900&logo=amazon&logoColor=white)](https://www.amazon.com/Michelle-Obama/e/B07B436TLF) "
        ],
        "description": "Follow author profile on Amazon ๐Ÿ“–"
    },
    "nuget-profile": {
        "prefix": "nuget-profile",
        "body": [
            "[![NuGet profile](https://img.shields.io/static/v1.svg?label=nuget.org%20profile&message=๐Ÿฌ&color=004880&logo=nuget&logoColor=white)](https://www.nuget.org/profiles/newtonsoft) "
        ],
        "description": "NuGet profile ๐Ÿฌ"
    },
    "twitter-follow": {
        "prefix": "twitter-follow",
        "body": [
            "[![Follow me on Twitter](https://img.shields.io/static/v1.svg?label=Follow%20%40ProductHunt&message=๐Ÿค™&color=red&logo=twitter&style=social)](https://twitter.com/ProductHunt) "
        ],
        "description": "Follow me on Twitter ๐Ÿค™"
    },
    "facebook-follow": {
        "prefix": "facebook-follow",
        "body": [
            "[![Follow me on Facebook](https://img.shields.io/static/v1.svg?label=Follow%20me&message=๐Ÿ‘‹&logo=facebook&style=social)](https://www.facebook.com/zuck) "
        ],
        "description": "Follow me on Facebook ๐Ÿ‘‹"
    },
    "stackoverflow-profile": {
        "prefix": "stackoverflow-profile",
        "body": [
            "[![Stackoverflow profile](https://img.shields.io/static/v1.svg?label=Stackoverflow%20profile&message=๐Ÿ˜Ž&color=d6d6d6&logo=stackoverflow&labelColor=3a3a3a)](https://stackoverflow.com/users/22656/jon-skeet) "
        ],
        "description": "Stackoverflow profile ๐Ÿ˜Ž"
    },
    "reddit-profile": {
        "prefix": "reddit-profile",
        "body": [
            "[![Reddit profile](https://img.shields.io/static/v1.svg?label=I%27m%20on%20reddit&message=๐Ÿ“ฃ&logo=reddit&labelColor=171717&color=171717&logoColor=white)](https://www.reddit.com/user/poem_for_your_sprog) "
        ],
        "description": "Reddit profile ๐Ÿ“ฃ"
    },
    "copyright": {
        "prefix": "copyright",
        "body": [
            "![Copyright](https://img.shields.io/static/v1.svg?label=My%20cool%20project%20ยฉ๏ธ%20&message=%20$CURRENT_YEAR%20Name&labelColor=informational&color=033450) "
        ],
        "description": "Copyright information ยฉ๏ธ"
    },
    "jsfiddle-fork": {
        "prefix": "jsfiddle-fork",
        "body": [
            "[![Fork this JSFiddle](https://img.shields.io/static/v1.svg?label=๐Ÿด%20fork%20this&message=JSFiddle&labelColor=informational&color=033450)](http://jsfiddle.net/v3ayrduk/) "
        ],
        "description": "Fork this fiddle ๐Ÿด"
    },
    "gist-read": {
        "prefix": "gist-read",
        "body": [
            "[![Read this Gist](https://img.shields.io/static/v1.svg?label=๐Ÿฆ„%20read%20this%20&message=gist&labelColor=ff69b4&color=033450)](https://gist.github.com/mrbar42/ae111731906f958b396f30906004b3fa) "
        ],
        "description": "https://m.me/clydedzRead this Gist ๐Ÿฆ„"
    },
    "messenger-getintouch": {
        "prefix": "messenger-getintouch",
        "body": [
            "[![Get in touch on Messenger](https://img.shields.io/static/v1.svg?label=Get%20in%20touch&message=๐Ÿค™&logo=messenger&style=social)](https://m.me/clydedz) "
        ],
        "description": "Get in touch on Messenger ๐Ÿค™"
    },
    "email-me": {
        "prefix": "email-me",
        "body": [
            "[![Email me](https://img.shields.io/static/v1.svg?label=Email%20me&labelColor=blueviolet&message=๐Ÿ“ง)](mailto:name@domain.com) "
        ],
        "description": "Email me ๐Ÿ“ง"
    },
    "pluralsight-follow": {
        "prefix": "pluralsight-follow",
        "body": [
            "[![Follow me on Pluralsight](https://img.shields.io/static/v1.svg?label=Follow%20me%20on&labelColor=F15B2A&logo=pluralsight&logoColor=white&message=Pluralsight%20๐Ÿ‘&color=2D2D2D)](https://www.pluralsight.com/authors/john-papa) "
        ],
        "description": "Follow me on Pluralsight ๐Ÿ‘"
    },
    "vsmarketplace-profile": {
        "prefix": "vsmarketplace-profile",
        "body": [
            "[![View my Visual Studio Marketplace profile](https://img.shields.io/static/v1.svg?label=View%20my%20VS%20Marketplace%20profile&labelColor=success&message=๐ŸŽฏ&color=2D2D2D)](https://marketplace.visualstudio.com/publishers/clydedsouza) "
        ],
        "description": "View my Visual Studio Marketplace profile ๐ŸŽฏ"
    },
    "license-mit": {
        "prefix": "license-mit",
        "body": [
            "![MIT License](https://img.shields.io/static/v1.svg?label=๐Ÿ“œ%20License&message=MIT&color=informational) "
        ],
        "description": "MIT License ๐Ÿ“œ"
    },
    "license-apache-2-0": {
        "prefix": "license-apache-2-0",
        "body": [
            "![Apache 2.0 License](https://img.shields.io/static/v1.svg?label=๐Ÿ“ƒ%20License&message=Apache-2.0&color=informational) "
        ],
        "description": "Apache 2.0 License ๐Ÿ“ƒ"
    },
    "license-gpl-3-0": {
        "prefix": "license-gpl-3-0",
        "body": [
            "![GPLv3](https://img.shields.io/static/v1.svg?label=๐Ÿ“ƒ%20License&message=GPL%20v3.0&color=informational) "
        ],
        "description": "GPLv3 License ๐Ÿ“ƒ"
    },
    "npm-install": {
        "prefix": "npm-install",
        "body": [
            "[![npm install](https://img.shields.io/static/v1.svg?label=Install%20chalk&message=๐ŸŽ&logo=npm&style=social)](https://www.npmjs.com/package/chalk) "
        ],
        "description": "npm install ๐ŸŽ"
    },
    "chrome-add": {
        "prefix": "chrome-add",
        "body": [
            "[![Add to Chrome](https://img.shields.io/static/v1.svg?label=Add%20to&message=Chrome%20๐Ÿง˜)](https://chrome.google.com/webstore/detail/lastpass-free-password-ma/hdokiejnpimakedhajhdlcegeplioahd) "
        ],
        "description": "Add to Chrome ๐Ÿง˜"
    },
    "firefox-add": {
        "prefix": "firefox-add",
        "body": [
            "[![Add to Firefox](https://img.shields.io/static/v1.svg?label=Add%20to&message=Firefox%20๐ŸฆŠ&color=431a7f&labelColor=ff3129)](https://addons.mozilla.org/en-US/firefox/addon/grammarly-1/) "
        ],
        "description": "Add to Firefox ๐ŸฆŠ"
    },
    "donate-pink-ribbon": {
        "prefix": "donate-pink-ribbon",
        "body": [
            "[![Donate Pink Ribbon](https://img.shields.io/static/v1.svg?label=Donate&message=๐ŸŽ—๏ธ&labelColor=e85494)](https://www.breastcancerfoundation.org.nz/) "
        ],
        "description": "Donate Pink Ribbon ๐ŸŽ—๏ธ"
    },
    "podcast-listen": {
        "prefix": "podcast-listen",
        "body": [
            "[![Listen to the podcast](https://img.shields.io/static/v1.svg?label=%F0%9F%8E%A7%20Listen%20to%20the%20&message=podcast&labelColor=d83a0c&color=381206)](https://dcs.megaphone.fm/KM1909355062.mp3?key=08b1b80a1b7d75383e6da1a741aedfdb) "
        ],
        "description": "Listen to the podcast ๐ŸŽง"
    },
    "tweet-this": {
        "prefix": "tweet-this",
        "body": [
            "[![Tweet about this](https://img.shields.io/static/v1.svg?label=Tweet%20about%20this&message=๐ŸŽต&color=blue&logo=twitter&style=social)](https://ctt.ac/5ET9U) "
        ],
        "description": "Tweet about this ๐ŸŽต"
    },
    "patreon-join": {
        "prefix": "patreon-join",
        "body": [
            "[![Become a patron](https://img.shields.io/static/v1.svg?label=Become%20a%20patron&message=๐Ÿ™&color=e85b46&logo=patreon&logoColor=white&labelColor=e85b46)](https://www.patreon.com/DeFranco) "
        ],
        "description": "Become a patron ๐Ÿ™"
    },
    "angellist-follow": {
        "prefix": "angellist-follow",
        "body": [
            "[![Follow us on AngelList](https://img.shields.io/static/v1.svg?label=Follow%20us&message=๐Ÿ˜‡&color=black&logo=angellist&logoColor=white&labelColor=black)](https://angel.co/company/thumbtack) "
        ],
        "description": "Follow us on AngelList ๐Ÿ˜‡"
    },
    "slack-join": {
        "prefix": "slack-join",
        "body": [
            "[![Join the Slack channel](https://img.shields.io/static/v1.svg?label=Join%20our%20Slack%20channel&message=๐Ÿ’ฌ&color=7b3085&logo=slack&logoColor=white&labelColor=611f69)](https://scotchio.slack.com/) "
        ],
        "description": "Join the Slack channel ๐Ÿ’ฌ"
    },
    "gitter-join": {
        "prefix": "gitter-join",
        "body": [
            "[![Join the Gitter channel](https://img.shields.io/static/v1.svg?label=Join%20our%20Gitter%20channel&message=๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ&color=46bc99&logo=gitter&logoColor=white&labelColor=ed1965)](https://gitter.im/twbs/bootstrap?source=explore) "
        ],
        "description": "Join the Gitter channel ๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ"
    },
    "discord-join": {
        "prefix": "discord-join",
        "body": [
            "[![Join the Discord channel](https://img.shields.io/static/v1.svg?label=Join%20our%20Discord%20channel&message=๐ŸŽ†&color=7289DA&logo=discord&logoColor=white&labelColor=2C2F33)](https://discordapp.com/invite/HBherRA) "
        ],
        "description": "Join the Discord channel ๐ŸŽ†"
    },
    "ted-watchvideo": {
        "prefix": "ted-watchvideo",
        "body": [
            "[![Watch this TED video](https://img.shields.io/static/v1.svg?label=Watch%20this%20video&message=๐Ÿค”&color=e62b1e&logo=ted&logoColor=white&labelColor=e62b1e)](https://www.ted.com/talks/ken_robinson_says_schools_kill_creativity?referrer=playlist-the_most_popular_talks_of_all) "
        ],
        "description": "Watch this TED video ๐Ÿค”"
    },
    "youtube-watchvideo": {
        "prefix": "youtube-watchvideo",
        "body": [
            "[![Watch this YouTube video](https://img.shields.io/static/v1.svg?label=Watch%20this%20video&message=๐Ÿ•บ&color=ff0000&logo=youtube&logoColor=white&labelColor=ff0000)](https://www.youtube.com/watch?v=kJQP7kiw5Fk) "
        ],
        "description": "Watch this YouTube video ๐Ÿ•บ"
    },
    "meetup-join": {
        "prefix": "meetup-join",
        "body": [
            "[![Join our Meetup](https://img.shields.io/static/v1.svg?label=Join%20our%20meetup&message=๐ŸŽซ&color=ed1c40&logo=meetup&logoColor=white&labelColor=ed1c40)](https://www.meetup.com/London_Cultureseekers/) "
        ],
        "description": "Join our Meetup ๐ŸŽซ"
    },
    "snapchat-add": {
        "prefix": "snapchat-add",
        "body": [
            "[![Add me on Snapchat](https://img.shields.io/static/v1.svg?label=Add%20me%20on%20Snapchat&message=๐Ÿ‘ป&color=fffc00&logo=snapchat&logoColor=white&labelColor=black)](https://www.snapchat.com/add/chrissyteigen) "
        ],
        "description": "Add me on Snapchat ๐Ÿ‘ป"
    },
    "producthunt-featured": {
        "prefix": "producthunt-featured",
        "body": [
            "[![Featured on Product Hunt](https://img.shields.io/static/v1.svg?label=Featured%20on%20Product%20Hunt&message=๐Ÿฑ&color=da552f&logo=product%20hunt&logoColor=white&labelColor=da552f)](https://www.producthunt.com/posts/ci-cd-docs) "
        ],
        "description": "Featured on Product Hunt ๐Ÿฑ"
    },
    "whatsapp-clicktochat": {
        "prefix": "whatsapp-clicktochat",
        "body": [
            "[![Send me a message on WhatsApp](https://img.shields.io/static/v1.svg?label=Send%20a%20message&message=๐Ÿ™ˆ&color=1ebea5&logo=whatsapp&logoColor=white&labelColor=1ebea5)](https://wa.me/15551234567?text=I'm%20interested%20in%20your%20car%20for%20sale) "
        ],
        "description": "Send me a message on WhatsApp ๐Ÿ™ˆ"
    },
    "googleplay-downloadapp": {
        "prefix": "googleplay-downloadapp",
        "body": [
            "[![Download this app from Google Play](https://img.shields.io/static/v1.svg?label=Download%20now&message=๐ŸŽฎ&color=689f38&logo=Google%20Play&logoColor=white&labelColor=689f38)](https://play.google.com/store/apps/details?id=com.king.candycrushsaga) "
        ],
        "description": "Download this app from Google Play ๐ŸŽฎ"
    },
    "itunes-downloadapp": {
        "prefix": "itunes-downloadapp",
        "body": [
            "[![Download this app from the App Store](https://img.shields.io/static/v1.svg?label=Download%20now&message=๐ŸŽฒ&color=black&logo=Apple&logoColor=white&labelColor=black)](https://itunes.apple.com/nz/app/candy-crush-saga/id553834731?mt=8) "
        ],
        "description": "Download this app from iTunes / App Store ๐ŸŽฒ"
    },
    "paypal-donate": {
        "prefix": "paypal-donate",
        "body": [
            "[![Donate via PayPal](https://img.shields.io/static/v1.svg?label=Donate&message=๐Ÿ’ฐ&color=black&logo=paypal&logoColor=white&labelColor=FFA500)](https://your-paypal-link) "
        ],
        "description": "Donate via PayPal ๐Ÿ’ฐ"
    },
    "buy-me-a-coffee": {
        "prefix": "buy-me-a-coffee",
        "body": [
            "[![Buy me a coffee](https://img.shields.io/static/v1.svg?label=Buy%20me%20a%20coffee&message=๐Ÿฅจ&color=black&logo=buy%20me%20a%20coffee&logoColor=white&labelColor=6f4e37)](https://your-donate-link) "
        ],
        "description": "Buy me a coffee ๐Ÿฅจ"
    },
    "twitch-watch": {
        "prefix": "twitch-watch",
        "body": [
            "[![Watch this Twitch stream](https://img.shields.io/static/v1.svg?label=Watch%20this%20stream&message=๐Ÿ‘พ&color=EEEEEE&logo=twitch&logoColor=white&labelColor=6441A4)](https://www.twitch.tv/sodapoppin) "
        ],
        "description": "Watch this Twitch stream ๐Ÿ‘พ"
    }
}