Skip to content

Installation

To get started, install the CLI:

bash
npm install -g @stratify/cli

Then create a new application:

bash
npx stratify-cli new my-app

This generates a ready-to-use TypeScript project with ESLint, Prettier, and a modular folder structure.

If you prefer manual setup, you can install the core package directly:

bash
npm install @stratify/core