Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.32 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.32 KB

Offline NPM Installer

Build Status code style: prettier

Scripts and GUI for creating a prepopulated Verdaccio-compatible npm cache.

To be described in more detail!

Contributing

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

Development

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.

Tech Stack Buzzwords