1.3.0 • Published 5 months ago

create-a8-app v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

NPM version Downloads

Table of contents

  • 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:

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.

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