Quickest way to start a new TypeScript app, inspired by create-t3-app
npm install create-a8-app
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
[![NPM version][npm-image]][npm-url]
[![Downloads][downloads-image]][npm-url]
- The A8 Stack
- A8 Axioms
- Getting Started
- Community
- Contributors
The _"A8 Stack"_ is a TypeScript development stack made by Alex73630 focused on simplicity, modularity, and full-stack typesafety. It consists of:
- TypeScript
- Drizzle
- T3-Env
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:
``bash`
npm create a8-app@latest
`bash`
yarn create a8-app
`bash``
pnpm create a8-app@latest
[downloads-image]: https://img.shields.io/npm/dm/create-a8-app?color=364fc7&logoColor=364fc7
[npm-url]: https://www.npmjs.com/package/create-a8-app
[npm-image]: https://img.shields.io/npm/v/create-a8-app?color=0b7285&logoColor=0b7285