It will remove also route of the page from routes.js
Contributor guide
Tech stack
javascriptnodejsreactnextjs
Domain
clitooling
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
half day
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
mostly clear
Prerequisites
basic Node.js CLI developmentfile system operationsfamiliarity with project routing
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
60
Research direction
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.