cqfn / pdd

Command line toolkit for collecting TODO markers from your code, known as Puzzle Driven Development (PDD)
https://www.0pdd.com
MIT License
76 stars 25 forks source link

Support JSON as an output format #223

Closed php-coder closed 7 months ago

php-coder commented 1 year ago

At this moment, the report can be only in XML or HTML format:

# pdd --help | grep -e --format
    -t, --format      Format of the report (xml|html)

I'd like to also have a JSON format. It might be useful for custom manipulations/transformations with jq.

php-coder commented 7 months ago

Fixed by #233

php-coder commented 7 months ago

@yegor256 Could you, please, release a new version?

yegor256 commented 7 months ago

@rultor release, tag is 0.24.0

rultor commented 7 months ago

@rultor release, tag is 0.24.0

@yegor256 OK, I will release it now. Please check the progress here

rultor commented 7 months ago

@rultor release, tag is 0.24.0

@yegor256 Done! FYI, the full log is here (took me 4min)