5 comments (5 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript2.279 stars (2.279 stars)154 forks (154 forks)user submission
enhancementgood first issuehelp wanted
Description
Hello,
Thank you for this project, Is it possible to get the terminal output as JSON?
thank you.
Guia do colaborador
- Pilha de tecnologia
- javascriptnodejs
- Domain
- cli
- Tipo Issue
- feature
- DifficultyDificuldade de implementação estimada para um novo contribuidor, de 1 para alterações muito pequenas a 5 para trabalho de nível especializado.
- 3
- Tempo estimadoUm intervalo de tempo aproximado para um colaborador experiente investigar, implementar, testar e preparar um pull request.
- 1-2 days
- Status da atividadeQuão disponível o issue aparece agora: novo, ativo, obsoleto, bloqueado ou aguardando entrada do mantenedor.
- needs maintainer response
- ClarityCom que clareza o issue explica a mudança esperada, os critérios de aceitação e a próxima etapa.
- needs investigation
- Prerequisites
- Basic knowledge of Node.js CLI developmentUnderstanding of JSON
- Simpatia para novatosUma pontuação de 1 a 100 que estima o quão acessível este issue é para colaboradores iniciantes.
- 50
- Direção de pesquisa
- 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.