create-rn-expo-starter
v1.0.0
Published
React Native (Expo) boilerplate setup tool
Maintainers
Readme
create-rn-expo-starter
A simple, fast, and interactive CLI tool to scaffold a new React Native (Expo) project using a pre-configured boilerplate.
Say goodbye to manual setup and hello to instant productivity!
Features
- ⚡️ Fast Scaffolding: Clones the atakanotur/react-native-boilerplate template instantly using
degit(without the.githistory). - 🛠 Automated Configuration: Automatically updates your
package.jsonandapp.jsonwith your chosen project name. - 📦 Auto Install: Automatically runs
npm installso you can start coding right away. - 🎨 Interactive UI: Uses beautiful CLI prompts for a smooth developer experience.
Usage
You don't need to install the package globally. You can run it directly using npx:
npx create-rn-expo-starterHow it works
- You will be prompted to enter a Project Name (lowercase letters, numbers, and hyphens only).
- The CLI will download the latest React Native Expo boilerplate.
- It will automatically configure the project settings in
package.jsonandapp.json. - It installs the necessary node modules for you.
- Once finished, navigate to your new project and start the development server:
cd your-project-name
npx expo startRequirements
- Node.js installed on your machine
- npm (comes with Node.js)
License
ISC License
Author
Created by Atakan Otur
