0.0.1 • Published 5 years ago
badges-maker v0.0.1
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 
This can be pasted in your README.md to get Your Badges for your project.
Colors
Made by: Sudhan Playz
0.0.1
5 years ago