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

Support Custom Maintainer Fields #7

Open
Alexhuszagh opened this issue Jan 9, 2020 · 0 comments
Open

Support Custom Maintainer Fields #7

Alexhuszagh opened this issue Jan 9, 2020 · 0 comments

Comments

@Alexhuszagh
Copy link

Alexhuszagh commented Jan 9, 2020

It would be nice to offer support for maintainers in projects that are Javascript-based. I understand that this could be difficult to implement if it would read the package.json equivalent for each language (Cargo.toml for Rust, setup.py for Python, etc.), so it would be nice if you could manually specify maintainers on the command-line. Another approach would be to read package settings for common programming languages.

For example:

weallbehave \
    --maintainers='{"Alex Huszagh": {"email": "...", "twitter": "..." }}'
    > CODE_OF_CONDUCT.MD

This way, the maintainers field can be piped provided in JSON, piped in from any file, and this would support many different project types.

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

No branches or pull requests

1 participant