ditclear / generator-mvvm-kotlin

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:Other


Languages

Language:Kotlin 45.9%Language:Java 41.4%Language:JavaScript 12.7%