An open API service indexing awesome lists of open source software.

https://github.com/devianllert/vscode-react-generator

VSCode extension for creating component's boilerplate
https://github.com/devianllert/vscode-react-generator

Last synced: 11 days ago
JSON representation

VSCode extension for creating component's boilerplate

Awesome Lists containing this project

README

          

# React Generator

A small extension that help you to create component's boilerplate.

![React Generator](./public/generator.gif)

## How to use?

1. Right click on Explorer Window and click `React Generator`.

2. Enter component's name.

3. Done!

## Feature

* **Create component's boilerplate** : Right click on Explorer Window and click `React Generator`, then enter component's name to create boilerplate.

## Installation
Open VSCode Editor and Press `ctrl+P`, type `ext install react-generator`.

## LICENCE
This extension is licensed under the [MIT LICENCE](./LICENCE)