19 lines
413 B
Markdown
19 lines
413 B
Markdown
# Vigil Code Monitor
|
|
|
|
### Summary
|
|
|
|
Vigil shows a list of status reports for a given codebase, and keeps them
|
|
up to date as the codebase changes.
|
|
|
|
### Installation
|
|
|
|
To run vigil: (Tested in Ubuntu 16.04 in gnome-terminal and stterm)
|
|
|
|
# git clone https://github.com/ahamilton/vigil
|
|
# cd vigil
|
|
# ./install-dependencies
|
|
# ./vigil <directory_path>
|
|
|
|
and to test its working properly:
|
|
|
|
# ./test-all
|