populate-all-contributors-for-repository
v0.1.2
Published
Populates the .all-contributorsrc for a repository using all-contributors-for-repository. π
Readme
Usage
npx populate-all-contributors-for-repository --owner Owner --repository TestRepositorypopulate-all-contributors-for-repository will add each contributor automatically detected by all-contributors-for-repository to your .all-contributorsrc file.
[!NOTE] Contributors are added in series using
npx all-contributors-cli add. See all-contributors/cli#362 for a feature request to speed this up.
Node.js API
Alternately, this can be called programmatically:
npm i populate-all-contributors-for-repositoryimport { populateAllContributorsForRepository } from "populate-all-contributors-for-repository";
await populateAllContributorsForRepository({
owner: "JoshuaKGoldberg",
repo: "create-typescript-app",
});Options
populateAllContributorsForRepository takes in the same RawAllContributorsForRepositoryOptions options type as all-contributors-for-repository's getAllContributorsForRepository.
See all-contributors-for-repository > Options.
Development
See .github/CONTRIBUTING.md, then .github/DEVELOPMENT.md.
Thanks! π
Contributors
π This package was templated with
create-typescript-appusing thecreateengine.
