Skip to content

stratifyjs/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stratify CLI

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.

Installation

npm install -g @stratify/cli

Usage

npx 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •