1.0.5 • Published 3 months ago

android-boiler-template v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

Welcome to the Boilerplate IOS

:fireworks: Clean and minimalist IOS template for a quick start with Clean Arch and so much more components.

:star: Features

  • Elegant usage directly within the RN-Boiler Cli
  • Minimal additional dependencies
  • Multiple schema ios(Dev/Prod as default)

Base config (Now u can config on env)

  • Change App name APP_DISPLAY_NAME on Configuration/(Dev.xcconfig/Prod.xcconfig)
  • Change App id BUNDLE_IDENTIFIER on Configuration/(Dev.xcconfig/Prod.xcconfig)
  • Change App version VERSION_NAME on Configuration/(Dev.xcconfig/Prod.xcconfig)
  • Change App build number VERSION_CODE on Configuration/(Dev.xcconfig/Prod.xcconfig)

:arrow_forward: Usage

Requirement

Install node

brew instal node

Create Template

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
1.0.5

3 months ago

1.0.4

3 months ago

1.0.2

4 months ago

1.0.1

4 months ago

1.0.3

4 months ago

1.0.0

4 months ago