Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alimozdemir/triggr
Lightweight source code monitoring tool
https://github.com/alimozdemir/triggr
code-analysis monitoring source-code static-analysis
Last synced: 23 days ago
JSON representation
Lightweight source code monitoring tool
- Host: GitHub
- URL: https://github.com/alimozdemir/triggr
- Owner: alimozdemir
- Created: 2018-01-22T22:38:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T20:48:31.000Z (over 6 years ago)
- Last Synced: 2024-11-07T12:28:38.053Z (2 months ago)
- Topics: code-analysis, monitoring, source-code, static-analysis
- Language: C#
- Homepage:
- Size: 1.5 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://www.microsoft.com/net/download/)
Also, it would be nice to have [VSCode](https://code.visualstudio.com/download).
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.