Create a simple TypeScript project with one command.
npx create-simple-tsOr with pnpm:
pnpm create simple-tsThis will:
- Ask for your project name
- Ask for your preferred package manager (npm or pnpm)
- Create a new folder with TypeScript setup
- Include
tsxfor fast TypeScript execution (no build step needed)
- TypeScript with strict mode
- Fast execution with
tsx - Watch mode for development
- Clean project structure
- Commands tailored to your chosen package manager