Migrate shell scripts in scripts/ directory to TypeScript using CAC (Command And Conquer) CLI framework.
Goals
- Replace bash scripts with TypeScript equivalents
- Use CAC for better CLI argument parsing and help text
- Improve maintainability and type safety
Example Usage
npm run start --tor --nginx
npm run stop
npm run update
npm run clean
Requirements
- Implement all existing script functionality
- Add unit tests for script logic
- Maintain backward compatibility with existing CLI interface
- Add comprehensive help text and command documentation
Reference
Migrate shell scripts in scripts/ directory to TypeScript using CAC (Command And Conquer) CLI framework.
Goals
Example Usage
Requirements
Reference