It will remove also route of the page from routes.js
Guide contributeur
Stack technique
javascriptnodejsreactnextjs
Domaine
clitooling
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.
half day
Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
stale
ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
mostly clear
Prérequis
basic Node.js CLI developmentfile system operationsfamiliarity with project routing
Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
60
Direction de recherche
Investigate the existing CLI command structure in the repository, likely in a 'cli' or 'commands' directory. Look at how the 'add page' command (or similar) is implemented to understand the pattern for adding a new command. The task requires removing a page from the 'page' folder and its corresponding route from 'routes.js'. Examine the project's routing configuration to ensure the removal is consistent. Consider checking any linked PRs or discussions for prior attempts.