All Projects → androidstarters → Generator Kotlin Android

androidstarters / Generator Kotlin Android

Licence: other
[Yeoman Generator] Generate Kotlin MVP Architecture for Android App using https://git.io/vQsAC

Programming Languages

kotlin
9241 projects

generator-kotlin-android

Join the chat at https://gitter.im/generator-kotlin-android/Lobby NPM version Build Status Dependency Status

An Kotlin MVP Boilerplate to save me having to create the same project over from scratch every time! :)

How it works?

It provides a generator to create and maintain a android application based on the latest frameworks and patterns used by the community.

Stack:

Installation

First, install Yeoman and generator-kotlin-android using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-kotlin-android

Then generate your new project:

mkdir NewApp
cd NewApp
yo kotlin-android

Created & Maintained By

Ravindra Kumar (@ravidsrk)

If you found this repo helpful or you learned something from the source code and want to thank me, consider buying me a cup of ☕️

License

Apache-2.0 © Ravindra Kumar

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].