A command-line interface (CLI) tool to quickly scaffold React Native projects with a standardized template and essential configurations.
- Create new React Native projects with TypeScript support
- Set up essential development dependencies
- Configure common project settings
- Initialize Git repository
npx kickstart-native-cli init- Navigate to the app directory
cd MyKickstartedApp- Install dependencies:
yarn installcd ios && pod install && cd ..- Run the app:
# iOS
yarn ios
# Android
yarn android- TypeScript configuration
- ESLint and Prettier setup
- Basic project structure
- Git initialization
- Essential dependencies for React Native development
- Node.js 20 or higher
- npm or yarn
- React Native development environment setup
- Improved TypeScript template configuration
- Enhanced error handling for CLI commands
- Added new project structure options
- Fixed dependency versioning issues
- Optimized installation process
- Initial release
- Basic project scaffolding
- TypeScript support
- ESLint and Prettier configuration
- Git initialization
MIT

