Skip to content

Commit 2f30949

Browse files
committed
Document the choices config option
1 parent c870e90 commit 2f30949

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ src
103103

104104
```typescript
105105
export interface GeneratorConfig {
106+
choices?: string[]; //modify the default atomic naming choices eg. ["Atom", "Molecule", "Organism", "Template", "Page"],
107+
106108
createIndex: boolean; //create an index file
107109
functional: boolean; //should the template be functional or class based?
108110
basePath: string; //where do you want to store the generated files

0 commit comments

Comments
 (0)