Aneesh Iyer
Logan Stapleton
Daniyaal Rasheed
Liam E Roach
Robert Sego Ryan Marchand Andy Lin
- there should be an executable
run
in the root directory, if not (or the compiled executable is incompatable with your os) navigate to/cli_wrapper
and runmake
in the terminal to generate a new executable in the root directory ./run install
installs dependencies as long as you have the ability to execute go./run build
complies the cli./run URL_FILE
will run the cli with an ascii delimited file containing ULRs to npm modules
A .env
file specifying logging details and github authentication token should be added to the root directory of the repo
GITHUB_TOKEN=ghp_exampletokenhere
LOG_LEVEL=1
LOG_FILE=/Users/myUser/IdeaProjects/files
Each user will need to replace the GITHUB_TOKEN value with their own authentication token
A setEnvVars.js
file specifying logging details and github authentication should be addedd under the module_registry/.jest
directory
process.env.LOG_FILE = 'testlog'
process.env.GITHUB_TOKEN = 'ghp_exampletokenhere'
Before running tests, add you github token as a string to the module_registry/.jest/setEnvVars.js