Code Monkey home page Code Monkey logo

cli-rn's Introduction

Purpose of 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!

Quick start

> npx cli-rn new App

# or install it globally first
> npm i -g cli-rn
> cli-rn new App

It will generate a new production-ready Expo (React Native) App bootstrapped from expo-starter.

For React Native Navigation (by Wix) setup:

> cli-rn new App -t rnn

For React Navigation (w/out Expo) setup:

> cli-rn new App -t rn

Example with all possible options:

> cli-rn new App -b com.company.App -t expo

> cli-rn new --help

Usage: cli-rn new [options] <App>

Generates a new production ready React Native App. Try it: > cli-rn new app

Options:
  -t, --template <template>  Template option. Possible values: ['expo', 'rn', 'rnn']. Default: 'expo'.
  -b, --bundleId <bundleId>  Bundle identifier. Default: 'clirn.<app>'. This option will be ignored for 'expo' template.
  -h, --help                 display help for command

Starters

  • 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.
  • 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.
  • 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.

Worth checking

Articles

  • cli-rn โ€” making RN app developing experience as smooth as possible - Medium, Dev.to

cli-rn's People

Contributors

kanzitelli avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.