https://github.com/hash-bang/license-exporter
Export licenses used within a project to various formats
https://github.com/hash-bang/license-exporter
Last synced: 3 months ago
JSON representation
Export licenses used within a project to various formats
- Host: GitHub
- URL: https://github.com/hash-bang/license-exporter
- Owner: hash-bang
- License: mit
- Created: 2022-10-26T23:28:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-27T03:13:09.000Z (over 2 years ago)
- Last Synced: 2025-02-15T16:01:42.447Z (3 months ago)
- Language: JavaScript
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
@hash-bang/license-exporter
===========================
Export licenses used within a project to various formats.See this projects [LICENSES.md](./LICENSES.md) file for example `--template=detail` output.
```
Usage: license-exporter [directory/file...]Options:
-t, --template Select a template file to use, either locally or a
builtin (default: "simple")
-o, --output Output to file (defaults to STDOUT)
--json Output the JSON used in the template before compiling
- useful for debugging
-v, --verbose Be verbose
-h, --help display help for command
```