Node.jsCLI development basicsRAN project structure
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
75
調査方針
First, examine the existing CLI commands in the repository, such as the command for adding routes, to understand the pattern. The routes.js file is likely in a specific directory; locate it and understand its format. Then implement a new command that removes a route by name or index from that file, following the existing codebase conventions.