Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
all-contributors-cli
Advanced tools
This is a tool to help automate adding contributor acknowledgements according to the all-contributors specification.
# Add new contributor <username>, who a contribution of type <contribution>
all-contributors add <username> <contribution>
# Example:
all-contributors add jfmengels code,doc
Where:
username
is the user's GitHub usernamecontribution
is a ,
-separated list of ways to contribute, from the following list (see the specs):
You can configure the project by creating a .all-contributorsrc
JSON file.
{
"file": "README.md",
"owner": "jfmengels",
"emoji": {
"cheerful": ":smiley:"
}
}
or creating a all-contributors
updating the package.json
file:
{
"name": "all-contributors-cli",
"...": "...",
"all-contributors": {
"file": "README.md",
"owner": "jfmengels"
}
}
These are the keys you can specify:
emoji
: Specify custom emoji, can override the documented emojis. It doesn't really have to be emojis really.file
: File to write the list of contributors in. Default: 'README.md'imageSize
: Size (in px) of the user's avatar. Default: 100.owner
: Name of the user the project is hosted by. Example: jfmengels/all-contributor-cli
--> jfmengels
. By default will be parsed from the repo's homepage in package.json
(TODO).project
: Name of the project. Example: jfmengels/all-contributor-cli
--> all-contributor-cli
. Default: Name of the project written in the package.json
file (TODO).template
: Define your own contributor template. Please read the code to see what you can define (warning: not sure it will work well after several tries).Thanks goes to these wonderful people (emoji key):
Contributor | Contributions |
---|---|
Jeroen Engels | 💻📖⚠️ |
This project follows the all-contributors specification. Contributions of any kind welcome!
MIT
FAQs
Tool to easily add recognition for new contributors
The npm package all-contributors-cli receives a total of 5,537 weekly downloads. As such, all-contributors-cli popularity was classified as popular.
We found that all-contributors-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.