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
53.1
Supply Chain
73
Quality
76.4
Maintenance
50
Vulnerability
87.3
License
JavaScript (100%)
Total Downloads
103,370
Last Day
12
Last Week
82
Last Month
881
Last Year
12,859
167 Stars
42 Commits
36 Forks
8 Watching
6 Branches
7 Contributors
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
Publised On
07 Jun 2019
Cumulative downloads
Total Downloads
Last day
-14.3%
12
Compared to previous day
Last week
-5.7%
82
Compared to previous week
Last month
-78.4%
881
Compared to previous month
Last year
52.1%
12,859
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
12 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-12-16
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