Skip to content

alestor123/GIT-BADGES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GIT-BADGES

views

This is a simple code for a web powered env variable managemant tool

Documentation

Quick use

npx git-badges

Installation

npm i git-badges -g

Usage

git-badges <port number> mongodburl

Example

git-badges 3000 mongodb://localhost:27017/ghviews

Env

Creating Env

touch .env

Env Example

Usage

MONGO_URL=<url>
PORT=<Port>

Example

MONGO_URL=<url>
PORT=3000