Skip to content

BenGumaan/fast-react-component-maker

Repository files navigation

Fast React Component Maker

A VS Code extension to quickly scaffold React functional components with optional CSS modules and index files.

Features

  • Create a React functional component with one command.
  • Automatically generates .jsx and optional .module.css and index.js.
  • Checks for PascalCase component names.
  • Works inside src/components folder of your project.

Usage

Open the Command Palette (Ctrl+Shift+P), type Create React Component, and follow the prompts.

Requirements

  • A React project with a package.json and src folder.

Release Notes

0.0.1

  • Initial release.
  • Supports creating React functional components with optional CSS modules and index files.

About

Quickly scaffold React functional components with optional TypeScript, CSS Module files—right from VS Code.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors