How i will install skip tools in mac?

Step_01: Open terminal and write this command for install skip:

brew install skiptools/skip/skip

Step_02: Now ensure that the development prerequisites are satisfied by running:

skip checkup

Step_03: Now create a new dual-platform app project with the command:

skip init --appid=bundle.id project-name AppName

If you want to create & open xcode project then you should write this command this way:

skip init --open-xcode --appid=com.xyz.HelloSkip hello-skip HelloSkip

16 thoughts on “How i will install skip tools in mac?

Leave a Reply

Your email address will not be published. Required fields are marked *