You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
This way, the maintainers field can be piped provided in JSON, piped in from any file, and this would support many different project types.
The text was updated successfully, but these errors were encountered: