Name | Last modified | Size | Description | |
---|---|---|---|---|
Parent Directory | - | |||
dist/ | 2023-06-15 18:18 | - | ||
node_modules/ | 2023-06-15 18:21 | - | ||
LICENSE | 1985-10-26 08:15 | 1.4K | ||
README.md | 1985-10-26 08:15 | 510 | d7c1522 post receive test [كارل مبارك] | |
package.json | 2023-06-15 18:21 | 2.6K |
# @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