{"id":25042187,"url":"https://github.com/nhope123/react-wizardry","last_synced_at":"2026-04-17T03:01:43.288Z","repository":{"id":265695364,"uuid":"885071443","full_name":"nhope123/react-wizardry","owner":"nhope123","description":"VS Code extension to automates the repetitive tasks of creating React component folder and files","archived":false,"fork":false,"pushed_at":"2024-12-01T20:51:58.000Z","size":235,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-15T01:37:13.231Z","etag":null,"topics":["generate-code","reactjs","vscode-extension"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nhope123.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-07T22:44:26.000Z","updated_at":"2025-01-25T22:33:53.000Z","dependencies_parsed_at":"2025-03-30T22:29:49.881Z","dependency_job_id":"d1bcde1b-eb8f-4d16-8aa8-6a1b4612f0d2","html_url":"https://github.com/nhope123/react-wizardry","commit_stats":null,"previous_names":["nhope123/react-wizardry"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nhope123/react-wizardry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhope123%2Freact-wizardry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhope123%2Freact-wizardry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhope123%2Freact-wizardry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhope123%2Freact-wizardry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nhope123","download_url":"https://codeload.github.com/nhope123/react-wizardry/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhope123%2Freact-wizardry/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31913078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["generate-code","reactjs","vscode-extension"],"created_at":"2025-02-06T04:07:32.642Z","updated_at":"2026-04-17T03:01:43.242Z","avatar_url":"https://github.com/nhope123.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# React Wizardry\nSimplify your React development workflow with ReactWizardry! This powerful VS Code extension automates the repetitive tasks of creating component folder and files, allowing you to focus on building great apps.\n\n## Key Features:\n- Instantly generate component folders with pre-configured files.\n- Create new files with boilerplate code.\n- Support for functional component with or without props.\n- Create component test file.\n- Seamless integration with your existing React projects.\n- Say goodbye to manual component setup and let ReactWizardry handle the heavy lifting. Accelerate your productivity and build React apps like a pro!\n\n\u003c!-- ## Features --\u003e\n\n\u003c!-- Describe specific features of your extension including screenshots of your extension in action. Image paths are relative to this README file.\n\nFor example if there is an image subfolder under your extension project workspace:\n\n\\!\\[feature X\\]\\(images/feature-x.png\\) --\u003e\n\u003c!-- \n\u003e Tip: Many popular extensions utilize animations. This is an excellent way to show off your extension! We recommend short, focused animations that are easy to follow. --\u003e\n\n## Requirements\n\n\u003c!-- If you have any requirements or dependencies, add a section describing those and how to install and configure them. --\u003e\nNo current requirements\n\n## Extension Settings\n\nNo current settings\n\u003c!-- Include if your extension adds any VS Code settings through the `contributes.configuration` extension point.\n\nFor example:\n\nThis extension contributes the following settings:\n\n* `myExtension.enable`: Enable/disable this extension.\n* `myExtension.thing`: Set to `blah` to do something. --\u003e\n\n## Known Issues\n\n\u003c!-- Calling out known issues can help limit users opening duplicate issues against your extension. --\u003e\n\n## Release Notes\n\n\u003c!-- Users appreciate release notes as you update your extension. --\u003e\n\n### 1.0.1\n\nInitial release of ReactWizardry\n\n\u003c!-- ### 1.0.1\n\nFixed issue #.\n\n### 1.1.0\n\nAdded features X, Y, and Z. --\u003e\n\n\u003c!-- ---\n\n## Following extension guidelines\n\nEnsure that you've read through the extensions guidelines and follow the best practices for creating your extension.\n\n* [Extension Guidelines](https://code.visualstudio.com/api/references/extension-guidelines)\n\n## Working with Markdown\n\nYou can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:\n\n* Split the editor (`Cmd+\\` on macOS or `Ctrl+\\` on Windows and Linux).\n* Toggle preview (`Shift+Cmd+V` on macOS or `Shift+Ctrl+V` on Windows and Linux).\n* Press `Ctrl+Space` (Windows, Linux, macOS) to see a list of Markdown snippets.\n\n## For more information\n\n* [Visual Studio Code's Markdown Support](http://code.visualstudio.com/docs/languages/markdown)\n* [Markdown Syntax Reference](https://help.github.com/articles/markdown-basics/) --\u003e\n\n**Enjoy!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhope123%2Freact-wizardry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnhope123%2Freact-wizardry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhope123%2Freact-wizardry/lists"}