freezedts-cli
v0.15.2
Published
Code generator CLI for freezedts
Downloads
95
Maintainers
Readme
freezedts-cli
Code generator CLI for freezedts.
Installation
npm install freezedts
npm install -D freezedts-cliUsage
# Generate .freezed.ts files for all source files in the current directory
npx freezedts
# Generate for a specific directory
npx freezedts src
# Watch mode
npx freezedts --watch
# Custom config file
npx freezedts --config path/to/freezedts.config.jsonSee the full documentation for details.
