Skip to content

nodepy/spdx-licenses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spdx-licenses

This module exports the license information from https://spdx.org/licenses/.

import licenses from 'spdx-licenses'
for lic in licenses:
  print(lic['name'])

Development

Install the development dependencies via nodepy-pm install. Then run the following to update the licenses.json file.

$ nodepy generate > licenses.json

About

License database from https://spdx.org/licenses

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages