Skip to content

shubham-s-del/Triggr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Triggr

Triggr allows software developers define probes as JSON files for monitoring code changes over the main shared codebase (e.g. Git) or calculating metrics for a selected piece of code. It also supports sending customized feedback to the developers through pre-specified channels. The user-defined probes are triggered through continuous monitoring of the shared code repository rather than being dependent on a build pipeline of a CI server.

How to ?

You have to download .NET Core from download

Also, it would be nice to have VSCode.

Follow the instructions

git clone https://github.com/lyzerk/Triggr.git
cd Triggr
dotnet restore

If you do have VSCode.

code .

It will offer you restoring this process. Just accept it.

Press F5. Then you are ready to go.

If you don't have VSCode

dotnet run --project src/Triggr.UI/Triggr.UI.csproj

Generation of database files has not been checked in different operating systems yet, and hence, you may need to delete .db files for different OS's other than macOS. It will generate the database files again for your OS.

About

Lightweight source code monitoring tool

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 94.1%
  • JavaScript 3.5%
  • CSS 1.2%
  • Other 1.2%