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 iRun the VS Code tsc task in the background to constantly recompile TypeScript files to JavaScript.
Alternately, you can run
npm run watchin your terminal.
To start the Electron app, run npm run start in your terminal.