PackageProbe is a command-line interface (CLI) that analyzes GitHub repositories and npm packages.
Download and install Node.js: https://nodejs.org/en/download/package-manager
Clone the repository:
git clone https://github.com/Tridentinus/Team-Project-461.git
Run the following command in the repository root to install dependencies and build the project:
./run install
Run the following command in the repository root to run the test suite:
./run test
Create a text file containing the urls to the GitHub packages and/or npm modules you wish to analyze.
Run the following command in the repository root. Replace URL_FILE with the path to your file.
./run URL_FILE
Trent Seaman, Ryan Jordan, Josh Wai, Pulkit Chhabra