Home

Awesome

monty checker

<img src="https://github.com/johncoleman83/monty-checker/blob/master/Python1.jpg" alt="monty python" style="box-shadow: 0 0 10px 3px #707070;">

Synopsis

monty checker is an automated task checker for a software development program's monty project. This checker simulates Bootcamp's checker in that it clones your repository with the init.bash script, and then compiles your program with these -Warning flags:

$ gcc -Wall -Werror -Wextra -pedantic *.c -o monty

RTFM

Please look into the code before you use it! be sure you know what you are doing first! Don't trust; know the code!

Configuration

git clone https://github.com/johncoleman83/monty-checker.git
$ ./init.bash [GITHUB_USERNAME]

Usage

$ ./check_monty.bash

Expected Output & other Errors

Failed checks are output in RED, passed checks are output in GREEN. ALL errors written to stderr are output for all instances.

Contribute

If you would like to contribute to this project, please follow the process outlined in the CONTRIBUTING.md file

Authors

David John Coleman II, davidjohncoleman.com

License

MIT License