TommyEm / start-component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Start Component README

Features

This VS Code extension creates boilerplate files for creating a new React component.

Installation

The extension is yet unpublished on the VS Code extension marketplace. To install it manually:

  • Download the .vsix file from this page
  • Open VS Code and go to the Extensions panel. From the menu on the top-right corner, select Install from VSIX... and select the downloaded file.

Usage

Right-click on a folder in the Explorer sidebar and select Start Component. Inside the following prompt, just enter the name of the component. Boilerplate files will be created in a sub-folder.

Release Notes

0.0.1

Initial release of ...


Following extension guidelines

Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.

Working with Markdown

You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:

  • Split the editor (Cmd+\ on macOS or Ctrl+\ on Windows and Linux).
  • Toggle preview (Shift+Cmd+V on macOS or Shift+Ctrl+V on Windows and Linux).
  • Press Ctrl+Space (Windows, Linux, macOS) to see a list of Markdown snippets.

For more information

Enjoy!

About


Languages

Language:TypeScript 100.0%