1.2.30 • Published 5 months ago

kickstart-native-cli v1.2.30

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

kickstart-native-cli

A command-line interface (CLI) tool to quickly scaffold React Native projects with a standardized template and essential configurations.

📱 Screenshots

Features

  • Create new React Native projects with TypeScript support
  • Set up essential development dependencies
  • Configure common project settings
  • Initialize Git repository

Usage

npx kickstart-native-cli init

🛠 Development

  1. Navigate to the app directory
cd MyKickstartedApp
  1. Install dependencies:
yarn install
cd ios && pod install && cd ..
  1. Run the app:
# iOS
yarn ios

# Android
yarn android

What's Included

  • TypeScript configuration
  • ESLint and Prettier setup
  • Basic project structure
  • Git initialization
  • Essential dependencies for React Native development

Requirements

  • Node.js 20 or higher
  • npm or yarn
  • React Native development environment setup

Changelog

v1.2.0 (Latest)

  • Improved TypeScript template configuration
  • Enhanced error handling for CLI commands
  • Added new project structure options
  • Fixed dependency versioning issues
  • Optimized installation process

v1.0.0

  • Initial release
  • Basic project scaffolding
  • TypeScript support
  • ESLint and Prettier configuration
  • Git initialization

License

MIT

1.2.30

5 months ago

1.2.21

5 months ago

1.2.2

5 months ago

1.2.1

5 months ago

1.2.0

6 months ago

1.1.3

6 months ago

1.1.2

6 months ago

1.1.1

6 months ago

1.1.0

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago