Skip to content

PC192/ECE461_Team11

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Second Iteration of the fork

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 51.1%
  • Rust 37.7%
  • Shell 5.7%
  • Makefile 5.5%