Use the application generator command-line tool for a new android project to create an application skeleton simply and quickly. For more detail, please visit to the website
$ git clone git@github.com:kimkevin/AndroidStarterKit.git
$ cd AndroidStarterKit
# Add new path
$ export PATH=$PATH:$(pwd) >> ~/.bash_profileFor example, the following command generate the Android project of the following path which included in the GridView and RecyclerView for layouts and the Firebase Analytics and Firebase Crash Reporting. Use the following command to do so:
$ ask -l gv,rv -m fa,fc /path/to/android/projectIf the command-line doesn’t have the project path for [dir] option, the new project will created in an output folder.
$ ask -l gv,rv -m fa,fcSync it with Gradle and run it.
Copyright (c) 2016-present, “KimKevin” Yongjun Kim

