{"id":14974322,"url":"https://github.com/kanzitelli/cli-rn","last_synced_at":"2025-08-13T17:03:15.756Z","repository":{"id":41397160,"uuid":"328780225","full_name":"kanzitelli/cli-rn","owner":"kanzitelli","description":"🤙  React Native CLI for faster app bootstrap and development.","archived":false,"fork":false,"pushed_at":"2021-09-29T19:35:21.000Z","size":21,"stargazers_count":18,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-04-27T08:58:59.791Z","etag":null,"topics":["cli","expo","expo-cli","react-native","react-native-app","react-native-navigation","react-navigation"],"latest_commit_sha":null,"homepage":"https://cli-rn.batyr.io","language":null,"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/kanzitelli.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-11T20:13:42.000Z","updated_at":"2023-10-07T09:55:01.000Z","dependencies_parsed_at":"2022-09-26T16:21:13.497Z","dependency_job_id":null,"html_url":"https://github.com/kanzitelli/cli-rn","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanzitelli%2Fcli-rn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanzitelli%2Fcli-rn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanzitelli%2Fcli-rn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanzitelli%2Fcli-rn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kanzitelli","download_url":"https://codeload.github.com/kanzitelli/cli-rn/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219861742,"owners_count":16555987,"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":["cli","expo","expo-cli","react-native","react-native-app","react-native-navigation","react-navigation"],"created_at":"2024-09-24T13:50:23.539Z","updated_at":"2024-10-11T10:09:10.474Z","avatar_url":"https://github.com/kanzitelli.png","language":null,"readme":"\u003cimg src=\"https://i.postimg.cc/3J7cRXTs/cli-rn-gif.gif\" width=\"100%\" title=\"Logo\"\u003e\n\nPurpose of [cli-rn](https://github.com/kanzitelli/cli-rn) is to simplify and accelerate the process of React Native App development. It is not a replacer for react-native cli but a good addition!\n\n## Quick start\n\n```bash\n\u003e npx cli-rn new App\n\n# or install it globally first\n\u003e npm i -g cli-rn\n\u003e cli-rn new App\n```\n\nIt will generate a new production-ready Expo (React Native) App bootstrapped from [expo-starter](https://github.com/kanzitelli/expo-starter).\n\nFor [React Native Navigation](https://github.com/wix/react-native-navigation) (by Wix) setup:\n\n```bash\n\u003e cli-rn new App -t rnn\n```\n\nFor [React Navigation](https://github.com/wix/react-native-navigation) (w/out Expo) setup:\n\n```bash\n\u003e cli-rn new App -t rn\n```\n\nExample with all possible options:\n\n```bash\n\u003e cli-rn new App -b com.company.App -t expo\n```\n\n### \u003e cli-rn new --help\n\n```\nUsage: cli-rn new [options] \u003cApp\u003e\n\nGenerates a new production ready React Native App. Try it: \u003e cli-rn new app\n\nOptions:\n  -t, --template \u003ctemplate\u003e  Template option. Possible values: ['expo', 'rn', 'rnn']. Default: 'expo'.\n  -b, --bundleId \u003cbundleId\u003e  Bundle identifier. Default: 'clirn.\u003capp\u003e'. This option will be ignored for 'expo' template.\n  -h, --help                 display help for command\n```\n\n### Starters\n\n- [expo-starter](https://github.com/kanzitelli/expo-starter) - 🦥 Production-ready starter for Expo (React Native) App! Powered by cli-rn, React Navigation (v6), RN UI lib, Mobx, Reanimated 2, Dark Mode, Localization, and much more.\n- [rn-starter](https://github.com/kanzitelli/rn-starter) - 🦄 Production-ready starter for your next React Native App! Powered by cli-rn, React Navigation (v6), RN UI lib, Mobx, Reanimated 2, Dark Mode, Localization, Notifications, Permissions, and much more.\n- [rnn-starter](https://github.com/kanzitelli/rnn-starter) - 🤹 Production-ready starter for your next React Native App! Powered by cli-rn, React Native Navigation, RN UI lib, Mobx, Reanimated 2, Dark Mode, Localization, Notifications, Permissions, and much more.\n\n### Worth checking\n\n#### Articles\n\n- cli-rn — making RN app developing experience as smooth as possible - [Medium](https://kanzitelli.medium.com/cli-rn-making-rn-app-developing-experience-as-smooth-as-possible-1022aae3a0d3), [Dev.to](https://dev.to/kanzitelli/cli-rn-making-rn-app-developing-experience-as-smooth-as-possible-4e98)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkanzitelli%2Fcli-rn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkanzitelli%2Fcli-rn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkanzitelli%2Fcli-rn/lists"}