Skip to content

Get all your project's git info, across multiple environments, all in one place.

Notifications You must be signed in to change notification settings

ambitionboxofficial/git-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-info

Get all your project's git info, across multiple environments, all in one place.

git-info demo image

Installation

  1. Clone/download this repo to wherever you want to host your git-info app

  2. Create a .env file and specify which PORT you want your app to run on. (default: 3000)

  3. For security reasons, we allow a BASE_PATH to be set and only allow projects under that BASE_PATH to be queried/displayed in the app. (default: empty string)

  4. Inside static, create a config.json file. This file will contain your environment, projects, domain, etc. related info. There is a example.config.json for your convenience.

  5. cd server and run yarn or npm install

  6. cd client and run yarn or npm install

Let's roll. 🎉

Start

cd server
npm run build
npm run start

About

Get all your project's git info, across multiple environments, all in one place.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published