Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 760 Bytes

README.md

File metadata and controls

38 lines (21 loc) · 760 Bytes

A CLI for trustworthy module re-use

Basic use

Install dependencies for the user

./run install

Compile and create executable

./run build

Run the CLI program (URL_FILE is a file consisting of URLs separated by newlines)

./run <URL_FILE>

Run the full test suite

./run test

Miscellaneous commands

Clean up products of compilation

make clean

View lines of code by language (see AlDanial/cloc)

make cloc

Authors

ECE 30861 Team 11