{"id":25296430,"url":"https://github.com/jewelshkjony/fast-cli","last_synced_at":"2026-04-10T06:16:40.946Z","repository":{"id":256748189,"uuid":"856154587","full_name":"jewelshkjony/fast-cli","owner":"jewelshkjony","description":"🏃‍♂️ An Efficient Way to Build App Inventor Extensions.","archived":false,"fork":false,"pushed_at":"2025-01-13T16:21:00.000Z","size":378,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T16:22:06.868Z","etag":null,"topics":["app-inventor-extension","app-inventor-extension-builder","fast-cli","fast-extension-builder","kodular-extension-builder","mit-extension-builder"],"latest_commit_sha":null,"homepage":"https://community.appinventor.mit.edu/t/129103?u=jewel","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jewelshkjony.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"buy_me_a_coffee":"jewelshkjony"}},"created_at":"2024-09-12T04:53:26.000Z","updated_at":"2025-01-13T16:21:04.000Z","dependencies_parsed_at":"2024-09-16T05:29:35.351Z","dependency_job_id":"999f0c97-398d-4f02-9658-51dc9c8e5e28","html_url":"https://github.com/jewelshkjony/fast-cli","commit_stats":null,"previous_names":["jewelshkjony/fast-cli"],"tags_count":34,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jewelshkjony%2Ffast-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jewelshkjony%2Ffast-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jewelshkjony%2Ffast-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jewelshkjony%2Ffast-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jewelshkjony","download_url":"https://codeload.github.com/jewelshkjony/fast-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238585161,"owners_count":19496436,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["app-inventor-extension","app-inventor-extension-builder","fast-cli","fast-extension-builder","kodular-extension-builder","mit-extension-builder"],"created_at":"2025-02-13T02:57:51.227Z","updated_at":"2025-10-28T03:30:22.007Z","avatar_url":"https://github.com/jewelshkjony.png","language":"Shell","funding_links":["https://buymeacoffee.com/jewelshkjony"],"categories":[],"sub_categories":[],"readme":"![fast](https://github.com/user-attachments/assets/1af854f5-fdb8-493a-8f07-be58ed8c2af3)\n\n![Version](https://img.shields.io/badge/Latest_Version-2.3.0-blue?labelColor=orange) ![Date](https://img.shields.io/badge/-13.01.25.19.56-gold?logoColor=yellow)\n\n\u003e Credit: The idea of the installation process and the project structures is inspired by [Rush](https://github.com/shreyashsaitwal/rush-cli/tree/main). Thanks a ton, Shreyash 👍🎁\n\n🏃‍♂️ **FAST** is An Efficient Way to Build App Inventor Extensions For MIT App Inventor 2. With **FAST**, you no longer need to use any class level annotations except `@DesignerComponent`.\n\nExplore the [wiki section](https://github.com/jewelshkjony/fast-cli/wiki) for comprehensive overview and step-by-step instructions on FAST.\n\n### 🌟 Features\n- 🔥 Generates docs in Markdown.\n- 🔥 Maven dependency resolver.\n- 🔥 Dynamic Kotlin Compiler.\n- 🔥 Integration of R8 Shrinker.\n- 🔥 Support `AAR` as dependencies.\n- Java 8 support, including lambda expressions `()-\u003e`.\n- Seamless support for Java and Kotlin languages.\n- Support for Multi-component in extension.\n- Integration of new red drop-down helper blocks.\n- Up-to-date ProGuard library 7.6.1.\n- Generates a smaller size of extension.\n- All `@annotations` will be removed from built AIX.\n- Ability to declare manifest in AndroidManifest.xml.\n- Code suggestions on VSCode, Eclipse, IntelliJ IDEA \u0026 Android Studio.\n- Ability to filter AI2 provided classes to reduce the AIX size.\n- Auto Project migration from Rush, extension-template \u0026 AI2 source based project.\n- Jetifier to migrate Android support libraries to Androidx.\n\n#### 🤝 Supported OS\n- Windows\n- Linux\n- MacOS\n- Android \u003csmall\u003e(Termux)\u003c/small\u003e\n\n#### 🤔 How to install?\nRefer to [this wiki](https://github.com/jewelshkjony/fast-cli/wiki/Installation) to  install the FAST on your system.\n\n#### 🤔 How to Update?\nRefer to [this wiki](https://github.com/jewelshkjony/fast-cli/wiki/Upgradation) to update the FAST to the latest version.\n\n#### 🤔 How to create a new FAST project\n1. Open or navigate terminal at where you want to create your extension project.\n2. Run `fast create \u003cProjectName\u003e`\n3. Enter the package name.\n4. Enter author name.\n5. Select language.\n6. Done.\n\n#### 🤔 How to build a FAST project\n1. Open or navigate termanl at where the FAST project is.\n2. Run `fast build` to build the project.\n3. Done. The compiled extension should be inside the `out` directory.\n\n#### 🤔 How to optimize using ProGuard?\n1. Make sure that **ProGuard** is enabled in [fast.yml](https://github.com/jewelshkjony/fast-cli/wiki/Config%E2%80%90File%E2%80%90(fast.yml)).\n2. Run the [build command](https://github.com/jewelshkjony/fast-cli/wiki/Build%E2%80%90Command) with `-r`.\n\n#### 🤔 How to optimize using R8?\n1. Make sure that **R8** is enabled in [fast.yml](https://github.com/jewelshkjony/fast-cli/wiki/Config%E2%80%90File%E2%80%90(fast.yml))\n2. Run the [build command](https://github.com/jewelshkjony/fast-cli/wiki/Build%E2%80%90Command) with `-s`.\n* **\n\n* 💰 Donations are welcome [here](https://buymeacoffee.com/jewelshkjony).\n* 📝 Release notes are [here](https://github.com/jewelshkjony/fast-cli/blob/main/ReleaseNotes.md).\n* 💡 Ideas are welcome [here](https://github.com/jewelshkjony/fast-cli/discussions).\n* 🐛 Submit issues [here](https://github.com/jewelshkjony/fast-cli/issues).\n* 🤝 For getting additional supports, text me via [Telegram](https://t.me/jewelshkjony) or [WhatsApp](https://wa.me/8801775668913).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjewelshkjony%2Ffast-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjewelshkjony%2Ffast-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjewelshkjony%2Ffast-cli/lists"}