Installations
npm install weallbehave
Developer Guide
Typescript
No
Module System
CommonJS
Node Version
7.9.0
NPM Version
4.5.0
Releases
Unable to fetch releases
Contributors
Languages
JavaScript (100%)
Developer
wealljs
Download Statistics
Total Downloads
102,827
Last Day
6
Last Week
39
Last Month
255
Last Year
5,323
GitHub Statistics
196 Stars
20 Commits
22 Forks
10 Watching
2 Branches
9 Contributors
Bundle Size
160.45 kB
Minified
49.26 kB
Minified + Gzipped
Package Meta Information
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
Publised On
15 May 2017
Total Downloads
Cumulative downloads
Total Downloads
102,827
Last day
-50%
6
Compared to previous day
Last week
-41.8%
39
Compared to previous week
Last month
-3%
255
Compared to previous month
Last year
41.5%
5,323
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
1
Dev Dependencies
4
weallbehave
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.
Install
Locally to your npm project (recommended):
$ npm install --save-dev weallbehave
Globally:
$ npm install -g weallbehave
Example
npm repo
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!
Global CLI 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
- Info: project has a license file: LICENSE:0
- Warn: project license file does not contain an FSF or OSI license.
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
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'latest'
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 5 are checked with a SAST tool
Score
3.3
/10
Last Scanned on 2025-01-20
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