-
Notifications
You must be signed in to change notification settings - Fork 0
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
Document package dependencies #19
Comments
Isn't it clear from the usage of the package why it's added?🤔 |
It depends. A couple of reasons why it might be helpful:
The main problem this feature would solve is the inability to add comments to the This feature would allow the implementation of a CI rule that forbids the addition of undocumented packages, in a similar fashion that |
Ok, let's suppose that some teams need this, what should be the API? Or maybe using the same convention as when installing packages. |
I think How about
The API to add documentation would be just like with scripts (adding the additional string). I prefer using full names as this is more intuitive for newcomers. |
Ideally any abbreviation of the words would work, similarly to some other cli tools like So |
+1 to this feature request. When an app is large enough, with a lot of packages, it's not always easy to know why a package was added (or what edge cases to test when evaluating if we should update said package). |
Ok, we can add this feature. Of course, it would be nice to implement also #6. And I think as an API we can use:
Also, if someone wants to work on this, we can discuss it here, and I will be happy to help develop and release this feature. |
It seems a good idea to document why certain packages were added.
Thanks for this innovative solution!
The text was updated successfully, but these errors were encountered: