UNPKG

generator-android-clean-architecture

Version:
40 lines (24 loc) 1.58 kB
# generator-android-architecture [![NPM version][npm-image]][npm-url] > Yeoman generator to create an android app using [android10-clean-architecture](https://github.com/android10/Android-CleanArchitecture). ## Installation Install [Yeoman](http://yeoman.io) and generator-android-clean-architecture using [npm](https://www.npmjs.com/). First of all, [node.js](https://nodejs.org/) must be installed in your system. If you have never installed *node.js* I recommend you to install it using [nvm](https://github.com/creationix/nvm) (Node Version Manager). Once you have *node.js* installed you can install *yo* and the *generator*: ```bash npm install -g yo npm install -g generator-android-clean-architecture ``` Then generate your new project: ```bash mkdir MyAwesomeAndroidApp && cd MyAwesomeAndroidApp yo android-clean-architecture ``` ## License 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. [npm-image]: https://badge.fury.io/js/generator-android-clean-architecture.svg [npm-url]: https://npmjs.org/package/generator-android-clean-architecture