All Projects → ditclear → generator-mvvm-kotlin

ditclear / generator-mvvm-kotlin

Licence: other
《MVVM With Kotlin》脚手架工具 An Kotlin MVVM Boilerplate for Android to save me having to create the same project over from scratch every time! :)

Programming Languages

kotlin
9241 projects
java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language

generator-mvvm-kotlin

《MVVM With Kotin》 系列 打造的脚手架工具,提供CLI支持,免去重复创建Android工程的烦恼

English Version

Stack:MVVM/Kotlin/DataBinding/Rxjava2/Retrofit2/AAC/Koin/AOP

你可以查看以下链接学习如何使用Kotlin构建MVVM应用程序

简书专题:https://www.jianshu.com/c/50336d57e9b0

小专栏:https://xiaozhuanlan.com/ditclear?rel=2493325177

Installation

首先,使用npm安装 Yeomangenerator-mvvm-kotlin

npm install -g yo
npm install -g generator-mvvm-kotlin

然后便可以快速搭建MVVM-Kotlin项目:

mkdir NewApp
cd NewApp
yo mvvm-kotlin

Thanks To

ravidsrk

If it saves your time , buy Me a Lunch ~

Alipay WeChatPay

LICENSE

Copyright 2019 ditclear(https://github.com/ditclear)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
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].