Skip to content

erikfloresq/ios-readme-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Readme Generator

It's a package for create the README of my iOS projects :D

Install

yarn global add ios-readme-generator

Use

ios-readme-generator

Options

-n, --app_name [app_name]                    Set Name for README
-i, --app_id [app_id]                        Set App ID
-a, --app_version [app_version]              Set Version
-b, --build [build]                          Set Build
-l, --language [language]                    Set Language
-d, --deployment_target [deployment_target]  Set deployment target
-f, --file [file_destination]                File Destination

Use with options

ios-readme-generator -n "Orbis Mobile" -i "pe.com.orbis.OrbisMobile" -a "1.0.0" -b "1" -l "Swift" -d "iOS 9" -f "README.md"

Generation example

Orbis Mobile

Datos del proyecto

  • App ID: pe.com.orbis.OrbisMobile
  • Version: 1.0.0
  • Build: 1
  • Language: Swift
  • Deployment Target: iOS 9

Configuración del proyecto

Para instalar las dependencias solo debemos hacer

pod install

Para instalar los certificados solo debemos hacer

fastlane certificate

About

Generate README for my own iOS projects

Resources

Stars

Watchers

Forks

Packages

No packages published