Gathering detailed insights and metrics for weallbehave
Gathering detailed insights and metrics for weallbehave
Gathering detailed insights and metrics for weallbehave
Gathering detailed insights and metrics for weallbehave
npm install weallbehave
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
NOASSERTION License
205 Stars
20 Commits
22 Forks
9 Watchers
2 Branches
9 Contributors
Updated on Jul 09, 2025
Latest Version
1.2.0
Package Id
weallbehave@1.2.0
Size
13.69 kB
NPM Version
4.5.0
Node Version
7.9.0
Published on
May 15, 2017
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
1
4
weallbehave
is a command-line tool for automatically generating and updating the CODE_OF_CONDUCT.md
for your projects.
You can configure the maintainers that will enforce the CoC by adding author
and contributors
fields to package.json
. Currently email
and twitter
are supported. You can exclude maintainers from enforcement duties by adding "coc-enforcer": false
to their author/contributors entry.
$ npm install --save-dev weallbehave
$ npm install -g weallbehave
1// package.json 2{ 3 "scripts": { 4 "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'" 5 }, 6 "author": { 7 "name": "Alice", 8 "email": "pwnu@sekrit.hax", 9 "twitter": "@socialistengineering" 10 }, 11 "contributors": [ 12 { 13 "name": "Bob", 14 "email": "me@friendly.bob", 15 "coc-enforcer": false 16 }, 17 { 18 "name": "Catherine", 19 "email": "this@kitty.slays" 20 } 21 ] 22} 23// Now you can do `npm run update-coc` any time you 24// bump your `weallbehave` version to bring your docs 25// 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 `coc.md` 3$ weallbehave > coc.md 4 5# Write a CODE_OF_CONDUCT.md document to the ./foo dir. 6$ weallbehave -o ./foo
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 5/20 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
Score
Last Scanned on 2025-06-30
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