joelspadin-garmin / vscode-private-extension-manager

Private extension manager for Visual Studio Code
103 stars 22 forks source link

Suggestion - adding repack tool to README #51

Closed shmuel-raichman closed 3 years ago

shmuel-raichman commented 3 years ago

Hi, @joelspadin-garmin Thank you for this extension.

After finding this extension I created a tool to complete your extension for my use case when we have access to external repositories through some mirror repo so we can scan them before inserting into development environment.

This tools gets a list of extensions IDs and publish them to given private npm repo This way you can have a pool of company approved and scanned extensions for developers in air gaped environment.

I thought this tool might benefits others that use your extension so maybe consider referring to it in your readme.md

Here is the tool https://github.com/smuel1414/vscode-private-extension-manager-repacker