{"id":19185726,"url":"https://github.com/boilertown/create-boilertown","last_synced_at":"2026-03-17T02:45:49.294Z","repository":{"id":45194023,"uuid":"513061369","full_name":"boilertown/create-boilertown","owner":"boilertown","description":"⚙️ The ultimate CLI to set up your project from curated boilerplates. Never let setup slow you down!","archived":false,"fork":false,"pushed_at":"2024-01-19T22:32:07.000Z","size":485,"stargazers_count":3,"open_issues_count":4,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-08T01:16:03.335Z","etag":null,"topics":["boilerplate","cli","template"],"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/boilertown.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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,"zenodo":null}},"created_at":"2022-07-12T08:32:12.000Z","updated_at":"2023-09-28T15:44:55.000Z","dependencies_parsed_at":"2023-11-06T05:26:31.011Z","dependency_job_id":"249a6ae0-7952-4d9f-88e0-7b1a0c67158d","html_url":"https://github.com/boilertown/create-boilertown","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boilertown%2Fcreate-boilertown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boilertown%2Fcreate-boilertown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boilertown%2Fcreate-boilertown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boilertown%2Fcreate-boilertown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boilertown","download_url":"https://codeload.github.com/boilertown/create-boilertown/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252978810,"owners_count":21834920,"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","cli","template"],"created_at":"2024-11-09T11:11:44.294Z","updated_at":"2026-03-17T02:45:44.274Z","avatar_url":"https://github.com/boilertown.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eBoilertown\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  The ultimate CLI to set up your project from curated collection of boilerplates\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/create-boilertown\"\u003e\n    \u003cimg alt=\"npm\" src=\"https://img.shields.io/npm/v/create-boilertown?style=flat-square\"\u003e\n  \u003c/a\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/boilertown/react-nostalgia-boilerplate?style=flat-square\" alt=\"MIT license\" \u003e\n\u003c/div\u003e\n\n## Introduction\n\n`Boilertown` is the boilerplate shopping center!\n\nYou can freely choose which boilerplate fit your purposes the most and kickstar your projects or ideas instantly. All the boilerplates in the collection are carefully crafted, they contains predefined configurations and effective folder architectures to help boosting developers experience and productivity.\n\n## Getting started\n\nTo start scaffolding your project, run any of the following three commands and answer the command prompt questions:\n\n```bash\n# npx\nnpx create-boilertown@latest\n\n# npm\nnpm create boilertown@latest\n\n# yarn\nyarn create boilertown\n\n# pnpm\npnpm create boilertown\n```\n\n## Available boilerplates\n\nThe list of boilerplates that you can select in Boilertown:\n\n### React\n\n- [react-nostalgia-boilerplate](https://github.com/boilertown/react-nostalgia-boilerplate) - Application boilerplate. Typescript, React, React Router v6, Styled-components, Babel, Webpack.\n- [react-minimal-boilerplate](https://github.com/boilertown/react-minimal-boilerplate) - Basic Vite boilerplate with a little steroids. Typescript, Vite, Vitest, React, React Router v6, Tailwind CSS.\n- [react-minimal-v2-boilerplate](https://github.com/boilertown/react-minimal-v2-boilerplate) - Version 2 of `react-minimal-boilerplate`. Use [@antfu/eslint-config](https://github.com/antfu/eslint-config) to lint and format codes.\n- [react-parcel-boilerplate](https://github.com/boilertown/react-parcel-boilerplate) - Typescript, Parcel, React, React Router v6, Tailwind CSS.\n- [react-ui-boilerplate](https://github.com/boilertown/react-ui-boilerplate) - React UI components boilerplate. Typescript, React, Emotion, Rollup, Babel.\n- [react-module-federation-boilerplate](https://github.com/boilertown/react-module-federation-boilerplate) - Monorepo with Nx, Typescript, React, React Router v6, Webpack and Module Federation.\n- [react-monorepo-boilerplate](https://github.com/boilertown/react-monorepo-boilerplate) - Monorepo boilerplate. Typescript, Turborepo, React, React Router v6, Next.js, Rollup, Babel, Webpack.\n\n### Node\n\n- [node-cli-boilerplate](https://github.com/boilertown/node-cli-boilerplate) - Node.js CLI boilerplate - `create-boilertown` is using this. Typescript, tsup, Vitest.\n- [node-package-boilerplate](https://github.com/boilertown/node-package-boilerplate) - Node.js module boilerplate. Typescript, Rollup, Vitest.\n\n## Contributing\n\nPlease see the [Contributing Guide](/CONTRIBUTING.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboilertown%2Fcreate-boilertown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboilertown%2Fcreate-boilertown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboilertown%2Fcreate-boilertown/lists"}