{"id":13469537,"url":"https://github.com/boilertown/react-ui-boilerplate","last_synced_at":"2026-02-14T11:02:29.543Z","repository":{"id":49398131,"uuid":"517583706","full_name":"boilertown/react-ui-boilerplate","owner":"boilertown","description":"The boilerplate to help you build React UI library and publish to NPM automatically.","archived":false,"fork":false,"pushed_at":"2023-03-01T13:11:15.000Z","size":1870,"stargazers_count":59,"open_issues_count":3,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-24T19:44:55.588Z","etag":null,"topics":["front-end","library","npm","react-boilerplate","react-ui","rollup","storybook","testing-library","typescript"],"latest_commit_sha":null,"homepage":"https://react-ui-boilerplate-navy.vercel.app","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/boilertown.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-25T08:38:48.000Z","updated_at":"2025-03-26T09:45:40.000Z","dependencies_parsed_at":"2024-07-22T09:21:17.655Z","dependency_job_id":"cf7dc783-1b9c-4e62-bc1d-edaf50fd81cb","html_url":"https://github.com/boilertown/react-ui-boilerplate","commit_stats":null,"previous_names":["boilertowns/react-ui-boilerplate"],"tags_count":2,"template":true,"template_full_name":null,"purl":"pkg:github/boilertown/react-ui-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boilertown%2Freact-ui-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boilertown%2Freact-ui-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boilertown%2Freact-ui-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boilertown%2Freact-ui-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boilertown","download_url":"https://codeload.github.com/boilertown/react-ui-boilerplate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boilertown%2Freact-ui-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29443446,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T10:51:12.367Z","status":"ssl_error","status_checked_at":"2026-02-14T10:50:52.088Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["front-end","library","npm","react-boilerplate","react-ui","rollup","storybook","testing-library","typescript"],"created_at":"2024-07-31T15:01:43.982Z","updated_at":"2026-02-14T11:02:29.499Z","avatar_url":"https://github.com/boilertown.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e♨️ React UI Boilerplate\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cp\u003e\n    A React boilerplate with opinionated setup to help you quickly create your own React UI library.\n  \u003c/p\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/boilertown/react-ui-boilerplate?style=flat-square\" alt=\"MIT license\" \u003e\n\u003c/div\u003e\n\n## The Setup\n\n- [React v18][react-url]\n- [TypeScript][typescript-url]\n- UI development with [Storybook][storybook-url]\n- Unit test with [Testing-library][testing-library-url]\n- Linting with [Eslint][eslint-url] and code formatting with [Prettier][prettier-url]\n- Conventional commit messages with [Commitlint][commitlint-url]\n- Build the library with [Rollup][rollup-url]\n- Automated release with [changesets][changesets-url]\n\n## Get Started\n\n- Use [Boilertown](https://github.com/boilertown/create-boilertown) CLI.\n\n  ```sh\n  # npm\n  npm create boilertown -- -b react-ui-boilerplate\n\n  # yarn\n  yarn create boilertown -b react-ui-boilerplate\n\n  # pnpm\n  pnpm create boilertown -b react-ui-boilerplate\n\n  # bun\n  bun create boilertown/react-ui-boilerplate [library-name]\n  ```\n\n- Click the green \"Use this template\" button to generate a new repository with the same structure and files.\n\n  \u003cimg src=\"https://docs.github.com/assets/cb-36544/images/help/repository/use-this-template-button.png\" alt=\"Use this template button\" width=\"500\"\u003e\n\n  [Ref: Github Docs](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template)\n\n## Development\n\n- Build the library:\n\n  ```sh\n  pnpm build\n  ```\n\n- Run storybook:\n\n  ```sh\n  pnpm storybook\n  ```\n\n- Unit test component with:\n\n  ```sh\n  pnpm test\n  ```\n\n- Create changeset:\n\n  ```sh\n  pnpm changeset\n  ```\n\n## Release \u0026 Publish package\n\nThis boilerplate uses [changesets][changesets-url] to automatically generate `CHANGELOG`, create releases and publish to NPM registry via GitHub Actions. You can see action details at [release.yml](/.github/workflows//release.yml).\n\nTo automating publish your library, follow these steps:\n\n- Create a `NPM_TOKEN`. [See this article for more details](https://docs.npmjs.com/creating-and-viewing-access-tokens). Make sure the type of access token is **Automation**.\n\n- [Follow this instruction](https://docs.github.com/en/actions/security-guides/encrypted-secrets#creating-encrypted-secrets-for-a-repository) to add the created token to your GitHub Actions secrets. Name of the secret is `NPM_TOKEN`.\n\n- Install [changeset bot](https://github.com/apps/changeset-bot).\n\n- [Adding changeset and commit](https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md#i-am-in-a-single-package-repository).\n\n**P/S**: Remember to check the `Allow GitHub Actions to create and approve pull requests` in your repo Settings \u003e Actions \u003e General \u0026 scroll to Workflow permissions.\n\n## Contributing\n\n**react-ui-boilerplate** ❤️ your contributions. If you have any ideas, suggestions, fixes, feel free to contribute.\n\n[boilertown-url]: https://github.com/boilertown\n[react-url]: https://beta.reactjs.org\n[typescript-url]: https://www.typescriptlang.org\n[storybook-url]: https://storybook.js.org\n[eslint-url]: https://eslint.org\n[commitlint-url]: https://github.com/conventional-changelog/commitlint\n[prettier-url]: https://prettier.io\n[testing-library-url]: https://testing-library.com\n[rollup-url]: https://rollupjs.org\n[changesets-url]: https://github.com/changesets/changesets\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboilertown%2Freact-ui-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboilertown%2Freact-ui-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboilertown%2Freact-ui-boilerplate/lists"}