basic Node.js CLI developmentfile system operationsfamiliarity with project routing
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
60
調査方針
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.
CLI Command for removing page · Sly777/ran#94 | Good First Issue