CSV output for composer show, composer licenses #12144
simonrjones
started this conversation in
General
Replies: 1 comment
-
|
I think I'd rather you do script it yourself from the json output tbh. I don't really want to maintain a long list of formats. For example using https://jqlang.github.io/jq/: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
At my agency I work with larger organisations who require lists of third party packages used on a web application.
I have been compiling these lists via composer show (or composer licenses to get the license info too). I see the
--ouputformat supports text or json. It would be handy to support CSV output too so I can copy this list into Excel.I'd be happy to look at contributing code for this, but I wanted to ask if this is an appropriate feature to add to Composer first.
Beta Was this translation helpful? Give feedback.
All reactions