5 Kommentare (5 Kommentare)0 Reaktionen (0 Reaktionen)0 zugewiesene Personen (0 zugewiesene Personen)JavaScript2.279 Stars (2.279 Stars)154 Forks (154 Forks)user submission
enhancementgood first issuehelp wanted
Beschreibung
Hello,
Thank you for this project, Is it possible to get the terminal output as JSON?
thank you.
Contributor Guide
- Tech Stack
- javascriptnodejs
- Domain
- cli
- Issue Type
- feature
- SchwierigkeitGeschätzte Implementierungsschwierigkeit für neue Contributors, von 1 für sehr kleine Änderungen bis 5 für Expertenarbeit.
- 3
- Geschätzte ZeitEin grober Zeitrahmen, um zu recherchieren, zu implementieren, zu testen und einen Pull Request vorzubereiten.
- 1-2 days
- AktivitätsstatusWie verfügbar das Issue gerade wirkt: frisch, aktiv, stale, blockiert oder wartet auf Maintainer-Input.
- needs maintainer response
- KlarheitWie klar das Issue die erwartete Änderung, Akzeptanzkriterien und den nächsten Schritt erklärt.
- needs investigation
- Voraussetzungen
- Basic knowledge of Node.js CLI developmentUnderstanding of JSON
- EinsteigerfreundlichkeitEin Score von 1 bis 100, der schätzt, wie zugänglich dieses Issue für First-Time Contributors ist.
- 50
- Research-Richtung
- 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.