{"id":15551345,"url":"https://github.com/dzervoudakes/react-scaffolder","last_synced_at":"2025-06-30T06:30:54.255Z","repository":{"id":51429811,"uuid":"202954314","full_name":"dzervoudakes/react-scaffolder","owner":"dzervoudakes","description":"Scaffolding for new enterprise scale React applications on the fly.","archived":false,"fork":false,"pushed_at":"2022-08-16T18:00:22.000Z","size":4051,"stargazers_count":6,"open_issues_count":1,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-24T00:52:27.858Z","etag":null,"topics":["boilerplate","javascript","react","react-template","typescript","yeoman"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/dzervoudakes.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-18T03:14:21.000Z","updated_at":"2025-01-04T02:37:01.000Z","dependencies_parsed_at":"2022-09-26T21:51:20.491Z","dependency_job_id":null,"html_url":"https://github.com/dzervoudakes/react-scaffolder","commit_stats":null,"previous_names":[],"tags_count":57,"template":false,"template_full_name":null,"purl":"pkg:github/dzervoudakes/react-scaffolder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dzervoudakes%2Freact-scaffolder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dzervoudakes%2Freact-scaffolder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dzervoudakes%2Freact-scaffolder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dzervoudakes%2Freact-scaffolder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dzervoudakes","download_url":"https://codeload.github.com/dzervoudakes/react-scaffolder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dzervoudakes%2Freact-scaffolder/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261973402,"owners_count":23238558,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["boilerplate","javascript","react","react-template","typescript","yeoman"],"created_at":"2024-10-02T14:04:19.726Z","updated_at":"2025-06-30T06:30:54.122Z","avatar_url":"https://github.com/dzervoudakes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Scaffolder\n\n\u003e Yeoman generator for scaffolding new React applications.\n\n[![npm](https://img.shields.io/npm/v/generator-react-scaffolder.svg)](https://www.npmjs.com/package/generator-react-scaffolder)\n[![generator](https://github.com/dzervoudakes/react-scaffolder/workflows/Generator/badge.svg)](https://github.com/dzervoudakes/react-scaffolder/actions)\n[![typescript](https://github.com/dzervoudakes/react-scaffolder/workflows/TypeScript%20Template/badge.svg)](https://github.com/dzervoudakes/react-scaffolder/actions)\n[![javascript](https://github.com/dzervoudakes/react-scaffolder/workflows/JavaScript%20Template/badge.svg)](https://github.com/dzervoudakes/react-scaffolder/actions)\n[![codecov](https://codecov.io/gh/dzervoudakes/react-scaffolder/branch/main/graph/badge.svg)](https://codecov.io/gh/dzervoudakes/react-scaffolder)\n[![quality](https://api.codacy.com/project/badge/Grade/fb10dc613e7f45e9970de8c61e33aee0)](https://app.codacy.com/gh/dzervoudakes/react-scaffolder?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=dzervoudakes/react-scaffolder\u0026utm_campaign=Badge_Grade)\n[![prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://prettier.io/)\n[![license](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/dzervoudakes/react-scaffolder/blob/main/LICENSE)\n\n## A Homegrown React Template Generator\n\nWhile tools like Create React App and Next.js are objectively awesome, over time I've decided that I want to learn more about the engine behind the application. As such, I started building and evolving my own React + Webpack configuration over time as a learning experience.\n\nI have since decided to share this tool with the open source community. Love it or loathe it, I will not be happy or offended either way. 🤷‍♂️\n\n## Prerequisites\n\n- **Node version:** While each template should still work with `node ^14.6.0`, moving forward the default version is `\u003e= 16.13.1`.\n- **NPM users:** Updates to each template moving forward will be focused on optimizing for `npm \u003e= 7.x`, though it should remain backwards compatible with `npm ^6.14.7`.\n- **Yarn users:** Current templates are optimized for `yarn ^1.22.4`, and no testing has been done for `yarn \u003e= 2.x` as of yet.\n\n## Using the Generator\n\nThis scaffolding tool is a [yeoman](https://yeoman.io/) generator, and requires that `yo` be installed. After installing `yo`, run the following commands.\n\n### Install the Generator\n\n#### NPM\n\n```sh\nnpm install -g generator-react-scaffolder\n```\n\n#### Yarn\n\n```sh\nyarn global add generator-react-scaffolder\n```\n\n### Scaffold a New React Template\n\nTo begin the scaffolding process:\n\n```sh\nyo react-scaffolder\n```\n\nAt this stage, you will be prompted to provide the following:\n\n- Application name, any text of your choosing\n- Yarn, yes or no\n\n### With Options\n\nGenerate with TypeScript:\n\n```sh\nyo react-scaffolder --typescript\n\n// alternatively\nyo react-scaffolder --ts\n```\n\nThe generator will attempt to install dependencies for you by default, though this operation can be disabled:\n\n```sh\nyo react-scaffolder --skip-install\n```\n\n## What's Included\n\n✅ **Rendering:** client-side only\\\n✅ **Syntax:** react, js, jsx, ts, tsx\\\n✅ **Tooling:** eslint, stylelint, editorconfig, babel (non-TypeScript template only)\\\n✅ **Styling:** scss, css, postcss, css module syntax (`*.module.scss` and `*.module.css` nomenclature supported)\\\n✅ **Testing:** jest, react testing library\\\n✅ **Build instructions:** provided via the `README.md` file generated with each new scaffold\n\n## What's Not Included\n\n❌ **Script ejection:** There are links to the default webpack config on github in each `webpack.*.js` file.\\\n❌ **Environment variables:** The boilerplate is agnostic to your preferred implementation for consuming environment variables.\n\n## Disclaimers\n\n- **Internet Explorer:** Quite frankly, if you are still supporting IE in the 2020s, you are wrong. The templates this tool will generate have not been tested in IE, and they never will be, so use at your own risk there.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdzervoudakes%2Freact-scaffolder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdzervoudakes%2Freact-scaffolder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdzervoudakes%2Freact-scaffolder/lists"}