Scripts and GUI for creating a prepopulated Verdaccio-compatible npm cache.
To be described in more detail!
First, you'll need installed locally:
Then, fork the project on GitHub and set it up locally:
git clone https://github.com/<your-username-here>/offline-npm-installer
cd offline-npm-installer
npm i
Run the VS Code tsc
task in the background to constantly recompile TypeScript files to JavaScript.
Alternately, you can run
npm run watch
in your terminal.
To start the Electron app, run npm run start
in your terminal.