| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| node_modules/ | 2026-02-09 12:48 | - | ||
| dist/ | 2026-02-09 12:48 | - | ||
| package.json | 2026-02-09 12:48 | 1.9K | ||
| README.md | 2026-02-09 12:48 | 510 | 38d15e7 removed strapi.query from api controllers to repair migration on dev server? [كارل مبارك] | |
| LICENSE | 2026-02-09 12:48 | 2.9K |
# @strapi/generators This package contains strapi code generators available through the CLI or programmatically. ## API Reference ### `runCLI()` Start the generator CLI. ### `generate(generatorName, options, plopOptions)` Execute a generator without interactive mode. - `generatorName` - one of `api`, `controller`, `service`, `model`, `plugin`, `policy`. - `options` - options are specific to each generator - `plopOtions` - `dir`: base directory that plop will use as base directory for its actions