Yeoman generator to create an android app using android10-clean-architecture.
Install Yeoman and generator-android-clean-architecture 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-clean-architecture
Then generate your new project:
mkdir MyAwesomeAndroidApp && cd MyAwesomeAndroidApp
yo android-clean-architecture
Copyright 2017 Martín Molina Álvarez
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.