redwood generate cell <name>

Generate a cell component

Arguments

NameDescription
nameName of the cell component

Options

NameDescription
--force, -f
  • Dangerous 💥
--typescript, --tsGenerate TypeScript files Enabled by default if we detect your project is TypeScript
--listUse this flag to generate a list cell. This flag is needed when dealing with irregular words whose plural and singular is identical such as equipment or pokemon
--testsGenerate test files [default: true]
--storiesGenerate Storybook files [default: true]