generator-mvvm-kotlin
为《MVVM With Kotin》 系列 打造的脚手架工具,提供CLI支持,免去重复创建Android工程的烦恼
Stack:MVVM/Kotlin/DataBinding/Rxjava2/Retrofit2/AAC/Koin/AOP
你可以查看以下链接学习如何使用Kotlin构建MVVM应用程序
Installation
npm install -g yo
npm install -g generator-mvvm-kotlin
然后便可以快速搭建MVVM-Kotlin项目:
mkdir NewApp
cd NewApp
yo mvvm-kotlin
Thanks To
If it saves your time , buy Me a Lunch ~
AlipayWeChatPay
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.