Is there a way to speed up the uploading/downloading of many small files using onedrive-abraunegg?

Many thanks for using the client just refer to it as 'onedrive' or 'onedrive' by abraunegg.

I'm currently in college and one class is making me use npm/angular. The issue is that angular needs a lot of dependencies(?) that creates tons of small files.

Small files is the OneDrive API Achilles' heel - it does not handle these well due to how the API requires each file regardless of size to be sent in a new connection to OneDrive. The only way to speed this up is to introduce parallel uploads (which OneDrive limits to 4) which will be looked at as part of https://github.com/abraunegg/onedrive/issues/232

The best suggestion I have is that you exclude all these dependencies from syncing to OneDrive, and only sync your code | important stuff - the data you create - to OneDrive.