Skip to content

Commit cf3957e

Browse files
committed
Updates README.
1 parent 214be26 commit cf3957e

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,18 @@ The following table documents which text nodes will be operated on when the `_Te
8585
The tool will log its progress and errors in the console, exiting on completion and fatal errors.
8686

8787
```shell
88-
Creating component: "MyComponent"
88+
Creating component: MyComponent
8989

90-
Directory built: "src\components\MyComponent"
90+
📁 Directory cloned: examples\\components\\MyComponent
9191

92-
File built: "src\components\MyComponent\MyComponent.tsx"
93-
File built: "src\components\MyComponent\MyComponent.scss"
94-
File built: "src\components\MyComponent\MyComponent.stories.tsx"
95-
File built: "src\components\MyComponent\MyComponent.test.tsx"
92+
🔨 File built: examples\\components\\MyComponent\\utils\\my-component-utils.ts
93+
🔨 File built: examples\\components\\MyComponent\\utils\\MyComponent.utils.ts
94+
🔨 File built: examples\\components\\MyComponent\\MyComponent.scss
95+
🔨 File built: examples\\components\\MyComponent\\MyComponent.stories.tsx
96+
🔨 File built: examples\\components\\MyComponent\\MyComponent.test.tsx
97+
🔨 File built: examples\\components\\MyComponent\\MyComponent.tsx
9698

97-
Created component "MyComponent"
99+
🎉 Created component: MyComponent
98100
```
99101

100102
> **Note:** The above is what would be created and logged given a `src/components/_Template` directory with the following files: `_Template_.tsx`, `_Template_.scss`, `_Template_.stories.tsx`, and `_Template_.test.tsx`.

0 commit comments

Comments
 (0)