https://github.com/mislam/create-typezero
TypeZero generator CLI
https://github.com/mislam/create-typezero
Last synced: about 1 year ago
JSON representation
TypeZero generator CLI
- Host: GitHub
- URL: https://github.com/mislam/create-typezero
- Owner: mislam
- License: mit
- Created: 2025-02-01T07:02:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-04T19:04:35.000Z (over 1 year ago)
- Last Synced: 2025-02-15T07:53:24.952Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# create-typezero ⚡️ TypeZero CLI
**Kickstart your Node.js project like never before!**




Create production-ready Node.js applications in seconds with TypeScript, ESM, Linting, Testing, and more!
> Note: This project inherited its standards and best practices from awesome
> three stooges: **Vite**, **Next.js** and **SvelteKit**! And code-reviewed by
> three masterminds: **OpenAI**'s GPT models, **DeepSeek R1**, and Anthropic's
> **Claude** Sonnet 3.5! With my human supervision of course! 😉
## Quick Start
With NPM:
```bash
npm create typezero@latest
```
With Yarn:
```bash
yarn create typezero
```
With PNPM:
```bash
pnpm create typezero
```
With Bun:
```bash
bun create typezero
```
And... Baaaam! 💥
## WTH is TypeZero?
TypeZero is a Zero-Config TypeScript starter for modern Node.js development. All bells and whistles are included and pre-configured for 2025!
Learn more about TypeZero at [TypeZero GitHub](https://github.com/mislam/typezero).
## License
Distributed under the MIT License. See [LICENSE](LICENSE) for details.