Security News
PyPI Introduces Digital Attestations to Strengthen Python Package Security
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
all-contributors-cli
Advanced tools
This is a tool to help automate adding contributor acknowledgements according to the all-contributors specification.
You can install it via npm
:
npm install all-contributors-cli
.all-contributorsrc
fileYou must create a .all-contributorsrc
JSON file. The data used to generate the contributors list will be stored in here, and you can configure how you want all-contributors-cli
to generate the list.
{
"files": ["README.md"],
"owner": "jfmengels",
"types": {
"cheerful": {
"symbol": ":smiley:"
}
},
"contributors": [{
"login": "jfmengels",
"...": "..."
}]
}
These are the keys you can specify:
files
: Array of files to update. Default: ['README.md']
projectOwner
: Name of the user the project is hosted by. Example: jfmengels/all-contributor-cli
--> jfmengels
. Mandatory.projectName
: Name of the project. Example: jfmengels/all-contributor-cli
--> all-contributor-cli
. Mandatory.types
: Specify custom symbols or link templates for contribution types. Can override the documented types.imageSize
: Size (in px) of the user's avatar. Default: 100
.contributorsPerLine
: Maximum number of columns for the contributors table. Default: 7
.contributorTemplate
: Define your own template to generate the contributor list.badgeTemplate
: Define your own template to generate the badge.If you don't already have a Contributors section in a Markdown file, create one. Then add the comment tags section below to it. Don't worry, they're visible only to those that read the raw file. The tags must be at the beginning of the line, and each on their separate line.
## Contributors
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
If you wish to add a badge ( ) indicating the number of collaborators, add the following tags (again, at the beginning of the line and each on their separate line):
some-badge
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
<!-- ALL-CONTRIBUTORS-BADGE:END -->
some-other-badge
Use generate
to generate the contributors list and inject it into your contributors file. Contributors will be read from your configuration file.
all-contributors generate
Use add
to add new contributors to your project. They will be added to your configuration file. The contributors file will then be updated just as if you used the generate
command.
# Add new contributor <username>, who made 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):
Thanks goes to these wonderful people (emoji key):
Jeroen Engels 💻 📖 ⚠️ | Kent C. Dodds 📖 |
---|
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 37,120 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
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.