Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shrijan00003/react-feature
A simple vs-code plugin for creating react module scaffolding
https://github.com/shrijan00003/react-feature
hactoberfest modular react scaffold
Last synced: 2 months ago
JSON representation
A simple vs-code plugin for creating react module scaffolding
- Host: GitHub
- URL: https://github.com/shrijan00003/react-feature
- Owner: shrijan00003
- Created: 2020-07-07T18:14:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-27T02:16:44.000Z (almost 3 years ago)
- Last Synced: 2023-03-02T04:22:29.591Z (almost 2 years ago)
- Topics: hactoberfest, modular, react, scaffold
- Language: TypeScript
- Homepage:
- Size: 15.9 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# React Feature
This is the simple scaffolding extension for react in modular way.
# Uses
This extension simply will create scaffold for react feature in modular way. By default react-feature will create typescript files. For javascript files we can pass estension in react feature name as `.js`.
Creates following files
- context (with boilerplate code for context with hooks)
- feature name file
- type file
- style file
- route file# Download
Currently as this is made for testing and learning purpose only we are not pushing it to marketplace. But still you can use it by downloading this file from [github]('./../react-feature-0.0.1.vsix).
- run `code --install-extension react-feature-0.0.1.vsix`
- Or you can place it on your extension folder
- Windows `%USERPROFILE%\.vscode\extensions`
- macOS `~/.vscode/extensions`
- Linux `~/.vscode/extensions`# Demo
![Demo](./demo.gif)