Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generate readme programatically #1266

Open
Zamiell opened this issue Jul 19, 2024 · 2 comments
Open

generate readme programatically #1266

Zamiell opened this issue Jul 19, 2024 · 2 comments

Comments

@Zamiell
Copy link
Contributor

Zamiell commented Jul 19, 2024

i think that the readme should be generated automatically by a script, so that bugs like #1263 will never happen again.

in my own eslint plugin, i use a custom script to accomplish this: https://github.com/IsaacScript/isaacscript/blob/main/packages/eslint-plugin-isaacscript/scripts/generateReadme.mts

so I think you could do something similar with this plugin.

@brettz9
Copy link
Collaborator

brettz9 commented Jul 19, 2024

Yeah, would be good to add it to our generateRule script, thanks.

@JoshuaKGoldberg
Copy link
Contributor

How about onboarding to eslint-doc-generator? It's pretty commonly used in the ecosystem, and quite handy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants