Command-line tool for Stratify, a modular Fastify framework with DI and TypeScript support. It scaffolds a ready-to-use Stratify project with TypeScript, ESLint, and Prettier.
npm install -g @stratify/clinpx stratify-cli new <app-name>Creates a new project with:
- TypeScript + ESM
- ESLint and Prettier setup
- Example module under
/src/tasks(controllers, providers, hooks, installers, adapters)
Then:
cd <app-name>
npm install
npm run dev