{"id":19444164,"url":"https://github.com/sachskaylee/create-react-prototype","last_synced_at":"2026-05-05T14:09:14.721Z","repository":{"id":129373589,"uuid":"144621532","full_name":"SachsKaylee/create-react-prototype","owner":"SachsKaylee","description":"A CLI similar to create-react-app, just for simple \u0026 small libraries. 📚","archived":false,"fork":false,"pushed_at":"2018-10-31T19:52:58.000Z","size":327,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-26T16:22:07.869Z","etag":null,"topics":["babel","boilerplate","cli","compile","create-react-app","create-react-library","create-react-prototype","library","react","storybook"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SachsKaylee.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2018-08-13T18:58:09.000Z","updated_at":"2023-08-01T05:45:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"473e838b-a962-4dc2-a264-eeb61bcecbac","html_url":"https://github.com/SachsKaylee/create-react-prototype","commit_stats":null,"previous_names":["patricksachs/create-react-prototype"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SachsKaylee%2Fcreate-react-prototype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SachsKaylee%2Fcreate-react-prototype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SachsKaylee%2Fcreate-react-prototype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SachsKaylee%2Fcreate-react-prototype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SachsKaylee","download_url":"https://codeload.github.com/SachsKaylee/create-react-prototype/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240628225,"owners_count":19831639,"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":["babel","boilerplate","cli","compile","create-react-app","create-react-library","create-react-prototype","library","react","storybook"],"created_at":"2024-11-10T16:05:20.874Z","updated_at":"2025-10-04T06:27:29.419Z","avatar_url":"https://github.com/SachsKaylee.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# create-react-prototype ![npm](https://img.shields.io/npm/v/create-react-prototype.svg)\n\nCreate, test \u0026 showcase React libraries with no build configuration. 📚\n\n## Why?\n\n* Setting up a build environment for every single small library gets **tedious, repetetive and difficult to maintain**.\n* You should not have to write dozens of configuration files just to **compile your ES6 React code to ES5**.\n* Having tons of files unrelated to the library code itself **distracts from its true purpose**.\n\ncreate-react-prototype intends to fix these issues by providing **a zero configuration** out of the box solution for writing react libraries. There **won't be a single file related to your build process**, etc. in your library.\n\n## Features\n\n* Compile ES5 to ES6\n* Transpile React to valid JavaScript\n* Unit Testing with Jest integrated\n* Linting with ESLint integrated\n* Storybook to showcase your components integrated\n* Example create-react-app project integrated\n* Use your favorite package manager - `npm` \u0026 `yarn` are supported\n\n## Quick Start\n\nIf you are a visual learner you can find a video tutorial here: https://www.youtube.com/watch?v=XwdJaKLfFK4\n\nInstall `create-react-prototype` globally:\n\n```\n$ npm i -g create-react-prototype\n```\n\nCreate a new directory for your libaray and initialize the project in it:\n\n```\n$ mkdir my-library\n$ cd my-library\n$ create-react-prototype init\n```\n\nYou'll now be prompted to set up the package.json, and then `create-react-prototype` will go ahead and set everything up for you.\n\nBuilding/testing/releasing your library is rather simple with these scripts:\n\n```\n$ npm run build\n$ npm run watch\n$ npm run test\n$ npm run pack\n$ npm run release\n```\n\nIf you cd to `example` a create-react-app stands ready to be used, with your library already installed:\n\n```\n$ npm run watch\n$ cd example\n$ npm run start\n```\n\nRead more [in the wiki](https://github.com/PatrickSachs/create-react-prototype/wiki).\n\n## What is create-react-prototype **not**?\n\n* You cannot write applications in create-react-prototype - We **output compiled ES5 modules, not a bundle.js**.\n* It is not suited for applications which require a complex tweakable build configuration. This library is **suited for small libraries** for which writing a traditional build environment is simply overkill.\n  If your library has reached a scope where you need manually tweakable build steps you will either want to take a look at [create-react-library](https://www.npmjs.com/package/create-react-library) or set up the configuration yourself.\n* Unlike create-react-app this library **does not support ejecting**.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsachskaylee%2Fcreate-react-prototype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsachskaylee%2Fcreate-react-prototype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsachskaylee%2Fcreate-react-prototype/lists"}