Gathering detailed insights and metrics for generator-license
Gathering detailed insights and metrics for generator-license
Gathering detailed insights and metrics for generator-license
Gathering detailed insights and metrics for generator-license
npm-license-generator
Generate HTML with license text from NPM dependencies
@pdfme/generator
TypeScript base PDF generator and React base UI. Open source, developed by the community, and completely free to use under the MIT license!
aditya-license-generator
Generate License for Project
license-generator
Generates a license for your open source project.
npm install generator-license
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
59 Stars
179 Commits
20 Forks
2 Watchers
7 Branches
13 Contributors
Updated on Dec 28, 2024
Latest Version
5.7.1
Package Id
generator-license@5.7.1
Unpacked Size
144.83 kB
Size
45.12 kB
File Count
15
NPM Version
10.8.2
Node Version
20.18.1
Published on
Dec 28, 2024
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Generate LICENSE file for your project using Yeoman.
yo license
npm install -g yo
npm install -g generator-license
yo license
, enter your full name and choose a licenseThe generator will generate the LICENSE
file and fill the license
field of the package.json
.
generator-license
can be easily embedded into your own generator using Yeoman composability.
First, install generator-license
as a dependency of your own generator.
npm install --save generator-license
Then call it from your generator.
1this.composeWith(require.resolve('generator-license'), { 2 name: 'John Doe', // (optional) Owner's name 3 email: 'john.doe@example.com', // (optional) Owner's email 4 website: 'https://example.com', // (optional) Owner's website 5 year: '1945', // (optional) License year (defaults to current year) 6 licensePrompt: 'Which license do you want to use?', // (optional) customize license prompt text 7 defaultLicense: 'MIT', // (optional) Select a default license 8 license: 'MIT', // (optional) Select a license, so no license prompt will happen, in case you want to handle it outside of this generator 9});
All the options are optional; the generator will prompt for answers when information is not provided.
For Creative Commons Licenses (useful for media files, documentation and other creative works) you can use generator-license-cc.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
GitHub workflow tokens follow principle of least privilege
Details
Reason
license file detected
Details
Reason
packaging workflow detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
8 existing vulnerabilities detected
Details
Reason
Found 0/17 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More