License Generation for Electron-based apps [closed] License Generation for Electron-based apps [closed] windows windows

License Generation for Electron-based apps [closed]


I have been looking for something similar for a while, and so far I think I will need to roll up my own.

This is the idea, using Rhino Licensing as a good starting point, why not just generate a signed document with the required information?

The closest I found so far is the NPM package license-key to generate a signed license with metadata.


IANAL of course...

The smart thing would be to use a package manager, where dependencies are all explicitly called out, and then you can generate documentation based off of that.

If you're using NPM for your javascript dependencies you can use License Sniffer to drill down the dependencies and generate some documentation.

Bower also has this module to do something similar for bower components.