Skip to content

alex73630/create-a8-app

Repository files navigation

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 Downloads

Table of contents

The A8 Stack

The "A8 Stack" is a TypeScript development stack made by Alex73630 focused on simplicity, modularity, and full-stack typesafety. It consists of:

So... what is create-a8-app? A template?

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.

Getting Started

To scaffold an app using create-a8-app, run any of the following three commands and answer the command prompt questions:

npm

npm create a8-app@latest

yarn

yarn create a8-app

pnpm

pnpm create a8-app@latest