sierrakn-zz / turtle

Standalone app builder service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Turtle CLI

CircleCI NPM License

Expo Developers Slack Expo Forums

Turtle CLI is a command line interface for building Expo standalone apps. You can use it both on your CI and your private computer.

Glossary

  • Turtle - script which takes a shell app, fills it with user's code and produces a standalone app
  • Shell app — precompiled (in case of iOS builds) Expo app which doesn't have user's code
  • Standalone app - .ipa/.apk file, a user uploads standalone apps to the Google Play Store/Apple App Store

Installation

Installation instructions and documentation here.

Usage example

See the expo/turtle-cli-example repository to learn how to use Turtle CLI in order to build Expo standalone apps on your CI.

Do you need help?

License

The Turtle CLI source code is made available under the MIT license. Some of the dependencies are licensed differently, with the BSD license, for example.

About

Standalone app builder service

License:MIT License


Languages

Language:TypeScript 80.8%Language:Shell 12.2%Language:JavaScript 4.0%Language:Dockerfile 3.1%