🚀 Feature: Write README.md contributors in memory, not with all-contributors-cli #1845
Closed
2 tasks done
Labels
status: accepting prs
Please, send a pull request to resolve this!
type: feature
New enhancement or request
Bug Report Checklist
main
branch of the repository.Overview
Splitting out of #1782: right now,
all-contributors-cli generate
is run to populate README.md files from the.all-contributorsrc
file. Which is slow. 13424ms in an example run ofcreate-typescript-app
. 🐌It's not much code to manually write the file's contents for the user instead of going through the shell. So I'd like to do that to save time.
Additional Info
Prototyped in #1839.
I requested a first-party / official API for this in all-contributors/cli#362. Given that it's been over a year without maintainer involvement, I'm going to assume that's not going to happen anytime soon.
The text was updated successfully, but these errors were encountered: