Skip to content

jewelshkjony/fast-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

fast

Version Date

Credit: The idea of the installation process and the project structures is inspired by Rush. Thanks a ton, Shreyash πŸ‘πŸŽ

πŸƒβ€β™‚οΈ 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.

Explore the wiki section for comprehensive overview and step-by-step instructions on FAST.

🌟 Features

  • πŸ”₯ Generates docs in Markdown.
  • πŸ”₯ Maven dependency resolver.
  • πŸ”₯ Dynamic Kotlin Compiler.
  • πŸ”₯ Integration of R8 Shrinker.
  • πŸ”₯ Support AAR as dependencies.
  • Java 8 support, including lambda expressions ()->.
  • Seamless support for Java and Kotlin languages.
  • Support for Multi-component in extension.
  • Integration of new red drop-down helper blocks.
  • Up-to-date ProGuard library 7.6.1.
  • Generates a smaller size of extension.
  • All @annotations will be removed from built AIX.
  • Ability to declare manifest in AndroidManifest.xml.
  • Code suggestions on VSCode, Eclipse, IntelliJ IDEA & Android Studio.
  • Ability to filter AI2 provided classes to reduce the AIX size.
  • Auto Project migration from Rush, extension-template & AI2 source based project.
  • Jetifier to migrate Android support libraries to Androidx.

🀝 Supported OS

  • Windows
  • Linux
  • MacOS
  • Android (Termux)

πŸ€” How to install?

Refer to this wiki to install the FAST on your system.

πŸ€” How to Update?

Refer to this wiki to update the FAST to the latest version.

πŸ€” How to create a new FAST project

  1. Open or navigate terminal at where you want to create your extension project.
  2. Run fast create <ProjectName>
  3. Enter the package name.
  4. Enter author name.
  5. Select language.
  6. Done.

πŸ€” How to build a FAST project

  1. Open or navigate termanl at where the FAST project is.
  2. Run fast build to build the project.
  3. Done. The compiled extension should be inside the out directory.

πŸ€” How to optimize using ProGuard?

  1. Make sure that ProGuard is enabled in fast.yml.
  2. Run the build command with -r.

πŸ€” How to optimize using R8?

  1. Make sure that R8 is enabled in fast.yml
  2. Run the build command with -s.

  • πŸ’° Donations are welcome here.
  • πŸ“ Release notes are here.
  • πŸ’‘ Ideas are welcome here.
  • πŸ› Submit issues here.
  • 🀝 For getting additional supports, text me via Telegram or WhatsApp.