eris/README.md

45 lines
1.1 KiB
Markdown
Raw Normal View History

2016-09-30 16:21:29 +02:00
# 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.
2015-12-26 20:52:39 +00:00
### Installation
2016-10-15 12:51:26 +02:00
To run vigil: (Tested in Ubuntu 16.10 in gnome-terminal and stterm)
2015-12-26 20:52:39 +00:00
# git clone https://github.com/ahamilton/vigil
# cd vigil
# ./install-dependencies
# ./vigil <directory_path>
and to test its working properly:
# ./test-all
To run on an older ubuntu you can checkout an older version of vigil.
e.g. After cloning do:
# git checkout ubuntu-15.10
2016-11-19 13:50:07 +01:00
### Tools
2016-11-19 15:58:21 +01:00
Extensions | Tools
---------- | -----
.py | python_syntax python_unittests pydoc mypy python_coverage python_profile pycodestyle pyflakes pylint python_gut python_modulefinder python_mccabe bandit
.pyc | disassemble_pyc
.pl .pm .t | perl_syntax perldoc perltidy
.pod .pod6 | perldoc
.java | uncrustify
.c .h | splint uncrustify
.o | objdump_headers objdump_disassemble readelf
.cpp | bcpp uncrustify
.pdf | pdf2txt
.html | html_syntax tidy html2text
.php | php5_syntax
.zip | unzip
.tar.gz .tgz | tar_gz
.tar.bz2 | tar_bz2
.a .so | nm