0.0.1 • Published 5 years ago

badges-maker v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Badges Maker v0.0.1

A simple packge for your projects to get Badges

Installation

npm install badges-maker

Usage

Making badge by code

const badge = require('badges-maker');
//For Space must use _ (underscore)
let newbadge = badge.create("Badges_Maker", "v0.0.1", "blue");
console.log(newbadge); 

This give you a text like this ![Badge](link) This can be pasted in your README.md to get Your Badges for your project.

Badge

Colors

BrightGreen Green YellowGreen Yellow Orange Red Blue LightGrey Success Important Critical Informational InActive BlueViolet ff69b4 9cf

Made by: Sudhan Playz

0.0.1

5 years ago