react-native-macos/packages/react-native-macos-init
React-Native Bot a753d91f0a applying package updates ***NO_CI*** 2020-05-18 23:31:12 +00:00
..
src init cli improvements: check the current version of RNmacOS, other display tweaks (#370) 2020-05-18 16:29:00 -07:00
.gitignore Add `react-native-macos-init` for adding macOS apps to existing `react-native init` projects. (#291) 2020-04-01 17:22:01 -07:00
CHANGELOG.json applying package updates ***NO_CI*** 2020-05-18 23:31:12 +00:00
CHANGELOG.md applying package updates ***NO_CI*** 2020-05-18 23:31:12 +00:00
README.md Add `react-native-macos-init` for adding macOS apps to existing `react-native init` projects. (#291) 2020-04-01 17:22:01 -07:00
bin.js Add `react-native-macos-init` for adding macOS apps to existing `react-native init` projects. (#291) 2020-04-01 17:22:01 -07:00
just-task.js Add `react-native-macos-init` for adding macOS apps to existing `react-native init` projects. (#291) 2020-04-01 17:22:01 -07:00
package.json applying package updates ***NO_CI*** 2020-05-18 23:31:12 +00:00
tsconfig.json Add `react-native-macos-init` for adding macOS apps to existing `react-native init` projects. (#291) 2020-04-01 17:22:01 -07:00
yarn.lock Repair yarn.lock file (#295) 2020-04-03 23:06:08 -07:00

README.md

react-native-macos-init

CLI to bootstrap the addition of the macOS platform to react-native projects.

Usage

Run this from an existing react-native project to install react-native-macos and generate initial project files for macOS.

Example usage

$ npx react-native init AwesomeProject
$ cd AwesomeProject
$ npx react-native-macos-init

Options:

option description type
--help Show help [boolean]
--version The version of react-native-macos to use [string]
--verbose Enables logging [boolean]
--overwrite Overwrite any existing files without prompting [boolean]
--prerelease Install prerelease version without prompting [boolean]