| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| dist/ | 2025-10-29 15:57 | - | ||
| package.json | 2025-10-29 15:57 | 1.8K | ||
| README.md | 2025-10-29 15:57 | 510 | 38d15e7 removed strapi.query from api controllers to repair migration on dev server? [كارل مبارك] | |
| LICENSE | 2025-10-29 15:57 | 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