Thank you for this project, Is it possible to get the terminal output as JSON?
thank you.
Guide contributeur
Stack technique
javascriptnodejs
Domaine
cli
Type d'issue
feature
DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
3
Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
1-2 days
Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
needs maintainer response
ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
needs investigation
Prérequis
Basic knowledge of Node.js CLI developmentUnderstanding of JSON
Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
50
Direction de recherche
The issue requests a JSON output format for the terminal. To implement this, first examine the current output handling in the main source files (e.g., src/index.js or lib/). Identify where text output is generated. Consider adding a command line option (e.g., json) to output structured JSON instead. Review any existing output formatting utilities. Check the comments in the issue for specific requirements. Ensure backwards compatibility and document the new option.