Find licenses used in a Node.js project
At some point of writing code and installing a various number of packages per npm, I was curious about how to find all the licenses used . So I searched for an easy way to get a list of all my installed packages, along with the licenses used. Node License Finder After a short research I found a...