rninit

0.1.1 • Public • Published

rninit is an alternative to react-native-cli. With a --source argument, you can use a specific react-native version to initialize a new project.

Install

npm i -g rninit

Usage

Create a new react-native project using latest react-native version

rninit init [Project Name]

Create a new react-native project using a specific react-native version

rninit init [Project Name] --source react-native@0.14.2

Or using a github repo.

rninit init [Project Name] --source git+https://github.com/facebook/react-native.git#v0.14.2

Please refer to npm install for valid --source format.

As the original react-native-cli, we also support --verbose argument:

rninit init [Project Name] --source react-native@0.14.2 --verbose

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    1
  • 0.1.0
    1

Package Sidebar

Install

npm i rninit

Weekly Downloads

2

Version

0.1.1

License

BSD-3-Clause

Last publish

Collaborators

  • jacobbubu