A tool made for downloading all CAD files across all FRC component sellers. (WCP, AndyMark & CTRE (REV is not supported right now.))
First, you need to download and install NodeJS,
after you install the NodeJS, you have to install dependencies. You need to use
npm i command inside of the project folder for that. After all dependencies are installed you can start downloading CAD files by using
npm run start command.
This project is licensed under MIT license.