Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jslicense/licensor.js
generate LICENSE and related files from package.json
https://github.com/jslicense/licensor.js
Last synced: 4 months ago
JSON representation
generate LICENSE and related files from package.json
- Host: GitHub
- URL: https://github.com/jslicense/licensor.js
- Owner: jslicense
- License: apache-2.0
- Created: 2015-05-07T10:07:51.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-11-14T17:34:09.000Z (about 1 year ago)
- Last Synced: 2024-08-12T01:45:29.898Z (4 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/packages/licensor
- Size: 111 KB
- Stars: 41
- Watchers: 2
- Forks: 6
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Generate LICENSE, related files, and headers from `package.json`.
At the command line:
```bash
npm --global install licensor
cd your-package
licensor --width 72
```Licensor assumes:
1. The person described by `package.json`'s `author` field is the
copyright owner and licensor.2. The package was created in the current calendar year.
3. All `*.js` source files, except those in `node_modules`, are the
author's work.> Note: Running `npm audit --only=dev` will report security vulnerabilities due to dev dependencies of the [tap](https://www.npmjs.com/package/tap) test library. The project requires version `10.7.2` to support Node versions 4 to 8, which are incompatible with newer releases, which as of January 18, 2020 is version 14.10.6. Running `npm audit --production` should report no vulnerabilities.