Ylianst / MeshCommander

MeshCommander is a Intel(R) Active Management Technology (Intel(R) AMT) remote management tool. It's feature rich and includes a built-in remote desktop viewer for Hardware-KVM, a Serial-over-LAN terminal, IDER-Redirection support and much more. MeshCommander is built on web technologies and runs on many plaforms. In addition to being available as a stand-alone tool, MeshCommander was built to be very space efficient to that it can be uploaded into Intel AMT flash space to have it served diretly from the Intel AMT web serve.
Apache License 2.0
334 stars 72 forks source link

Add GitHub URL to meshcommander npm package #1

Closed rgl closed 4 years ago

rgl commented 4 years ago

It would be nice to have a link to this GitHub repository at https://www.npmjs.com/package/meshcommander

For doing this just follow https://docs.npmjs.com/files/package.json#repository

Oh, looking at the package.json file, it seems to be an nw app, which means the npm package does not comes from this repository at all?

Ylianst commented 4 years ago

Good ask. Just fixed it.

rgl commented 4 years ago

I can see the npm page now has the github url and that is super nice! :-)

Though, in https://github.com/Ylianst/MeshCommander/commit/fed5e5a70bd001decb88051b7c25ca5a91830c2b you mention that you are updating package.json, but the commit has no changes in that file. Did you forget to commit anything else?