Installation
To get started, install the CLI:
bash
npm install -g @stratify/cliThen create a new application:
bash
npx stratify-cli new my-appThis 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