This repository was archived by the owner on Sep 21, 2022. It is now read-only.

Description
Due to how npm works, you don't need to install gemini and selenium with -g, you can keep everything local to your project.
Just install with --save-dev, and then gemini etc. can be called in npm scripts without any additional work. If you also need to run them in other scripts like make or the like (not recommended of course, npm scripts are cross-platform, make etc. are not) there is the npx command, which is the only npm dependency (possibly alongside nvm) that you should need to install globally.