react-native-macos/packages/react-native-macos-init
Adam Gleitman 9e82e97042 Upgrade just-scripts to 1.8.0 2022-03-28 17:41:30 -07:00
..
src Merge 0.66 into master (#951) 2022-01-14 13:11:09 -08: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 Upgrade just-scripts to 1.8.0 2022-03-28 17:41:30 -07: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

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]