[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]node_modules/2023-06-15 18:21 -  
[DIR]dist/2023-06-15 18:18 -  
[TXT]README.md1985-10-26 08:15 510 d7c1522 post receive test [كارل مبارك]
[   ]package.json2023-06-15 18:21 2.6K 
[   ]LICENSE1985-10-26 08:15 1.4K 
# @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