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
Hi all! With v2 out and about, it's time for me to start on v2.1!
Part of v2.1 is adding a command entrypoint, separate from composer so you can require-dev and then use vendor/bin/depanno. This already exists in v2.1.0-alpha.1 if you're interested in giving it a whirl.
Part of the reason for this discussion is - what other commands would be world changing for you?
Some ideas I have:
depanno requirements [-l|--include-legacy-annotations] [-f|--format=text,csv,xml,json] <dir>
Gathers all requirements from the attributes and simplifies them into constraints ready for a composer require and composer suggest
depanno missing [-l|--include-legacy-annotations] [-f|--format=text,csv,xml,json] <dir>
Searches for places where code does not contain attributes when touching dependencies
Would these, or any others, be world changing for you? Please let me know so I can prioritize!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all! With v2 out and about, it's time for me to start on v2.1!
Part of v2.1 is adding a command entrypoint, separate from composer so you can
require-dev
and then usevendor/bin/depanno
. This already exists inv2.1.0-alpha.1
if you're interested in giving it a whirl.Part of the reason for this discussion is - what other commands would be world changing for you?
Some ideas I have:
depanno requirements [-l|--include-legacy-annotations] [-f|--format=text,csv,xml,json] <dir>
Gathers all requirements from the attributes and simplifies them into constraints ready for a
composer require
andcomposer suggest
depanno missing [-l|--include-legacy-annotations] [-f|--format=text,csv,xml,json] <dir>
Searches for places where code does not contain attributes when touching dependencies
Would these, or any others, be world changing for you? Please let me know so I can prioritize!
Beta Was this translation helpful? Give feedback.
All reactions