Interactive CLI to start a new TypeScript app.
Inspired by create-T3-app
Get started with the A8 Stack by running npm create a8-app@latest
The "A8 Stack" is a TypeScript development stack made by Alex73630 focused on simplicity, modularity, and full-stack typesafety. It consists of:
Kind of? create-a8-app
is a CLI built by seasoned A8 Stack devs to streamline the setup of a modular A8 Stack app. This means each piece is optional, and the "template" is generated based on your specific needs.
After countless projects and many years on this tech, we have lots of opinions and insights. We’ve done our best to encode them into this CLI.
This is NOT an all-inclusive template. We expect you to bring your own libraries that solve the needs of YOUR application.
To scaffold an app using create-a8-app
, run any of the following three commands and answer the command prompt questions:
npm create a8-app@latest
yarn create a8-app
pnpm create a8-app@latest