chrisPiemonte / badge-generator

Magically generate Markdown badges for your docs πŸ›‘οΈ 🦑 πŸ§™

Home Page:https://michaelcurrin.github.io/badge-generator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Badge Generator
πŸ›‘οΈ 🦑 πŸ§™

Magically generate Markdown badges for your docs

GH Pages Deploy GitHub tag License

CodeQL Known Vulnerabilities LGTM

Made with Node Package - Yarn Package - Vue Package - Typescript

Website β€” Sample badges β€” Documentation

Overview

A convenience tool that makes it easy to generate custom Markdown for badges to put on your documentation or website.

Choose a page, enter your details, and click Submit to generate some Markdown code for you to copy and paste.

External tools are used to actually render badges - mostly using shields.io.

Preview

Open the web app

Start creating badges for your docs.

Site

Sample badges

Examples of a few badges generated with the app and rendered here on a markdown doc

Note that most of the badges at the top of this README.md file were also generated using this app.

Social badges

Link to your project. From another project - even paste these in an online forum or your blog.

MichaelCurrin - badge-generator stars - badge-generator forks - badge-generator

Repo metadata

Add to the top of your README.md file. These are tied to your specific repo.

GitHub tag License issues - badge-generator

Generic

Put whatever text you want in this static badge, which is independent of a repo. You can change the color, logo and destination link.

Foo - Bar Maintained - yes Contributions - welcome

Packages

Here is a badge for a NPM package as a dependency of the Badge Generator repo. The version changes to reflect what is in the package.json file.

package - vue

Dynamic data

Similar to above but more flexible.

Create a badge that references any value within a public data file (currently only JSON is supported). The badge stays up to date with whatever value is in the target file..

In the example below, we lookup the version of VS Code needed by an extension. The query is $.engines["vscode"] and here is the target package.json file on GitHub.

auto-commit-msg

Catalogue

Pre-made badges around languages and tools. Just copy and paste them - no form input needed. If you can't find a badge you're looking for there, use the Generic badge option to make your own.

OS - Linux Made with Node.js

Documentation

User guide for using the app and how setup and run the app yourself

view - Documentation

License

Released under MIT by @MichaelCurrin.

  • You can freely modify and reuse.
  • The original license must be included with copies of this software.
  • Please link back to this repo if you use a significant portion the source code.

About

Magically generate Markdown badges for your docs πŸ›‘οΈ 🦑 πŸ§™

https://michaelcurrin.github.io/badge-generator/

License:MIT License


Languages

Language:TypeScript 61.8%Language:Vue 35.6%Language:HTML 1.5%Language:JavaScript 0.5%Language:Makefile 0.5%Language:Shell 0.1%