Gathering detailed insights and metrics for weallcontribute
Gathering detailed insights and metrics for weallcontribute
Gathering detailed insights and metrics for weallcontribute
Gathering detailed insights and metrics for weallcontribute
npm install weallcontribute
Typescript
Module System
Node Version
NPM Version
62
Supply Chain
73
Quality
76.4
Maintenance
50
Vulnerability
87.6
License
JavaScript (100%)
Total Downloads
107,078
Last Day
11
Last Week
120
Last Month
1,120
Last Year
13,409
NOASSERTION License
172 Stars
42 Commits
37 Forks
7 Watchers
6 Branches
7 Contributors
Updated on Apr 22, 2025
Minified
Minified + Gzipped
Latest Version
1.0.9
Package Id
weallcontribute@1.0.9
Size
13.02 kB
NPM Version
6.9.1-next.0
Node Version
10.15.3
Published on
Jun 07, 2019
Cumulative downloads
Total Downloads
Last Day
37.5%
11
Compared to previous day
Last Week
-23.1%
120
Compared to previous week
Last Month
-11.1%
1,120
Compared to previous month
Last Year
40.5%
13,409
Compared to previous year
2
4
weallcontribute
is a command-line tool for automatically generating and updating CONTRIBUTING.md
guidelines for your projects.
$ npm install --save-dev weallcontribute
$ npm install -g weallcontribute
1// package.json 2{ 3 "scripts": { 4 "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'" 5 } 6} 7// Now you can do `npm run update-contrib` any time you 8// bump your `weallcontribute` version to bring your docs 9// up to date! And you don't need a global install!
1# Read your repo info from package.json or git 2# and pipe the output to `contribs.md` 3$ weallcontribute > contribs.md 4 5# Write a CONTRIBUTING.md document for org/proj to the ./foo dir. 6$ weallcontribute org/proj -o ./foo
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 3/15 approved changesets -- score normalized to 2
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
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
13 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-04-28
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