Skip to content

ECE46100/group21-phase1-handoff

Repository files navigation

ECE461 Team Project

Important Install Note

When installing dependencies, if errors, use:

  • npm uninstall @types/node

and then

  • npm install @types/node@18 --savedev

Makefile Usage:

make build - build program into dist/

make run ARGS="___" - run program in dist/ with ARGS "___"

make ARGS="___" - build and run program with ARGS "___"

Old Method

Currently invoke methods as such:

Step 1. Compile: npx tsc

Step 2. Invoke: node dist/cli.js install node dist/cli.js sample_url

Contributors:

  • Trent Calibo
  • Ola Kosowska
  • Zack Kouba
  • Nathan Kap

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published