https://github.com/redsolver/skydroid-cli
Command-line tool for SkyDroid app distribution.
https://github.com/redsolver/skydroid-cli
Last synced: 23 days ago
JSON representation
Command-line tool for SkyDroid app distribution.
- Host: GitHub
- URL: https://github.com/redsolver/skydroid-cli
- Owner: redsolver
- License: mit
- Created: 2020-09-19T14:12:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-11T17:30:41.000Z (about 4 years ago)
- Last Synced: 2025-03-28T00:05:49.148Z (about 1 month ago)
- Language: Dart
- Homepage: https://skydroid.dev
- Size: 21.5 KB
- Stars: 19
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# SkyDroid CLI
Command-line tool for SkyDroid app distribution.
[SkyDroid](https://skydroid.app) is a decentralized domain-based App Store for Android.## Install
1. Download the binary for your operating system: https://github.com/redsolver/skydroid-cli/releases/
2. Move it to a folder in your PATH
3. Make it executable with `chmod +x`## Initialize SkyDroid for your app
1. Make sure your terminal is in the root directory of the app you want to publish
2. Run `skydroid init`
3. Edit all values in `skydroid-app.yaml` to match your app
4. Put your app's domain name in `skydroid-dev.yaml`## Publish your app
Run `skydroid publish` and follow the instructions.
## Credits
Used some code from https://github.com/angel-dart/angel/tree/master/packages/cli