gource-view

January 10, 2021 · View on GitHub

Version Maintenance MIT dep size Known Vulnerabilities Build Status

Gource generator for github organization.

Requirements

⚠️ gource.cmd must be available in the Windows path

Getting Started

$ git clone https://github.com/SlimIO/Gource-view.git
$ cd Gource-view
$ npm ci
$ npm start

Environment Variables

To configure the project you have to register (set) environment variables on your system. These variables can be set in a .env file (that file must be created at the root of the project).

GIT_TOKEN=
GITHUB_ORGA=SlimIO

To known how to get a GIT_TOKEN or how to register environment variables follow our Governance Guide.

Creating categories

It's possible to create categories (like branch) by creating a config file for your Organization (like SlimIO). For example please take a look at src/config/SlimIO.json.

Dependencies

NameRefactoringSecurity RiskUsage
@slimio/isMinorLowType Checker
dotenvMinorLowLoads environment variables from .env
fetch-github-repositoriesMinorLowFetch github repositories
isomorphic-git⚠️MajorHighJavaScript GIT Implementation
make-promises-safeMinorLowForce Node.js DEP00018

License

MIT