🎆 Clean and minimalist IOS template for a quick start with Clean Arch and so much more components.
- Elegant usage directly within the RN-Boiler Cli
- Minimal additional dependencies
- Multiple schema ios(Dev/Prod as default)
- Change App name
APP_DISPLAY_NAME
onConfiguration/(Dev.xcconfig/Prod.xcconfig)
- Change App id
BUNDLE_IDENTIFIER
onConfiguration/(Dev.xcconfig/Prod.xcconfig)
- Change App version
VERSION_NAME
onConfiguration/(Dev.xcconfig/Prod.xcconfig)
- Change App build number
VERSION_CODE
onConfiguration/(Dev.xcconfig/Prod.xcconfig)
brew instal node
npx rn-boiler MyApp -t ios
Args command:
Usage: rn-boiler <project-name> -t ios [options]
Arguments:
project-name Project name
Options:
-v, --version Output the current version
--skip-install Skip install dependencies. Default: false.
(default: false)
--skip-git Skip git init. Default: false. (default:
false)
--verbose Default: false. (default: false)
-h, --help display help for command