.agripparc.json
1.2Schema URL
Properties
Which prop declaration method to use
Whether the component is meant to have children (FC) or not (VFC)
Whether to use Typescript
Whether to create a new, dedicated dir for the component (false) or not (true)
Which styling solution to use
Relevant for css or scss styling. If true, generates a scoped module stylesheet
Whether to import React
Whether to overwrite existing files, if any are found
A command to run after a component was successfully generated
Path to a base directory which components should be genenrated in or relative to
The path in which the component folder/files should be generated, relative to baseDir
If true, allows components to be generated outside the resolved baseDir
Whether to use a named export or a default export for the component
Whether to declare the component as a const with an arrow function or a function declaration
Whether to generate a memo() component. Overrides the declaration option