generator-android-kotlin-clean
v1.0.6
Published
Yeoman generator for the Android Clean Architecture with kotlin.
Downloads
6
Maintainers
Readme
yeoman-kotlin-clean
Yeoman generator to create an android app using android10-clean-architecture with Kotlin.
Based in generator of tomymolina generator-android-clean-architecture
Installation
Install Yeoman and generator-android-kotlin-clean using npm.
First of all, node.js must be installed in your system. If you have never installed node.js I recommend you to install it using nvm (Node Version Manager).
Once you have node.js installed you can install yo and the generator:
npm install -g yo
npm install -g generator-android-kotlin-clean
Then generate your new project:
mkdir MyAwesomeAndroidApp && cd MyAwesomeAndroidApp
yo android-kotlin-clean
Dependencies
Node js 6.0 or greater
License
Copyright 2017 Nelo Sánchez Gomis
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.