Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
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 -g
Then init the project using init
and answering a few questions:
all-contributors init
Once initialized, you don't need to have all-contributors-cli
instaled globally. You can instead save it as a devDependency of your project and add it to your scripts:
npm install --save-dev all-contributors-cli
{
"scripts": {
"add": "all-contributors add",
"generate": "all-contributors generate"
}
}
and use them via npm run
:
npm run add -- jfmengels doc
npm run generate
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, or add new ways in which they contributed. 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 username, and contribution
is a ,
-separated list of ways to contribute, from the following list (see the specs):
You can configure the project by updating the .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.
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.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 29,693 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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.