Skip to content

Migrate scripts from Bash to TypeScript using CAC #457

@phoenix-server

Description

@phoenix-server

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

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions