{"id":15896828,"url":"https://github.com/alexkrolick/create-react-babel","last_synced_at":"2026-05-09T14:35:42.398Z","repository":{"id":66029628,"uuid":"138678055","full_name":"alexkrolick/create-react-babel","owner":"alexkrolick","description":"Initialize an NPM project with Babel set up to build React files *work in progress*","archived":false,"fork":false,"pushed_at":"2018-07-03T07:31:03.000Z","size":313,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T00:11:40.379Z","etag":null,"topics":["babel","npm-init","preset","react"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexkrolick.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":"2018-06-26T03:07:16.000Z","updated_at":"2019-02-03T23:54:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"2594e021-6f4a-47ec-85b8-fefe49fa1e15","html_url":"https://github.com/alexkrolick/create-react-babel","commit_stats":{"total_commits":166,"total_committers":34,"mean_commits":4.882352941176471,"dds":0.7469879518072289,"last_synced_commit":"9ed97e7604016d9d7579645e96ffec9ccfbac8f0"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexkrolick%2Fcreate-react-babel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexkrolick%2Fcreate-react-babel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexkrolick%2Fcreate-react-babel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexkrolick%2Fcreate-react-babel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexkrolick","download_url":"https://codeload.github.com/alexkrolick/create-react-babel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246875906,"owners_count":20848048,"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","npm-init","preset","react"],"created_at":"2024-10-06T09:23:19.918Z","updated_at":"2026-05-09T14:35:37.346Z","avatar_url":"https://github.com/alexkrolick.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# create-react-babel\n\n\u003e _A fork of [npm/init-package-json](https://github.com/npm/init-package-json)_\n\nInitialize an NPM project with Babel set up to build React files\n\n1. 💻 **CLI Command**\n\n```sh\nnpm init react-babel # npm 6 and up\nnpx create-react-babel # npm 5 and up\nnpm install --global create-react-babel # npm 4\n```\n\n2. ↳ **Follow prompts**\n\n3. 🎬 **`package.json` is created**\n\n```\nIs this OK? (yes)\n{\n  \"name\": \"test-babel-react\",\n  \"version\": \"1.0.0\",\n  \"main\": \"index.js\",\n  \"license\": \"MIT\",\n  \"scripts\": {\n    \"build\": \"babel $npm_package_buildSrcDir -d $npm_package_buildOutDir --presets=react-app/prod\",\n    \"dev\": \"babel $npm_package_buildSrcDir -d $npm_package_buildOutDir --watch --presets=react-app/dev\"\n  },\n  \"author\": \"\",\n  \"buildSrcDir\": \"src\",\n  \"buildOutDir\": \"lib\",\n  \"devDependencies\": {\n    \"babel-cli\": \"^6\",\n    \"babel-preset-react-app\": \"^3\"\n  },\n  \"dependencies\": {},\n  \"description\": \"\"\n}\n\n\nYour React build system is ready to go!\n\nNow run:\n\n  ⚡️ Install dependencies:\n     npm install\n\n  🚦 Production build:\n     npm run build\n\n  🚧 Development build (watcher):\n     npm run dev\n```\n\n---\n\n## Options\n\n```\n--help, -h  print help\n--yes, -y   don't prompt for anything, use defaults\n--all, -a   show prompts for non-React/Babel things like \"entry point\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexkrolick%2Fcreate-react-babel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexkrolick%2Fcreate-react-babel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexkrolick%2Fcreate-react-babel/lists"}