Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Kaminos React GeneratorNew to Visual Studio Code? Get it now.
Kaminos React Generator

Kaminos React Generator

Angelo Rafael

|
1 install
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Kaminos React Generator

A VS Code extension for generating new React component files with the following structure:

  • StartingComponent
    • /components
      • index.ts
      • /NewComponent
        • index.ts
        • NewComponent.tsx
        • NewComponent.types.ts
        • NewComponent.stories.tsx (optional)
        • /tests
          • NewComponent.test.tsx (optional)

Settings

{
  // settings.json
  "kaminosReactGenerator.language": "ts",
  "kaminosReactGenerator.stylesLanguage": "scss",
  "kaminosReactGenerator.createStoriesFile": false,
  "kaminosReactGenerator.createTestFile": true,
  "kaminosReactGenerator.importReact": true,
  "kaminosReactGenerator.useIndexFile": true,
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft