An open API service indexing awesome lists of open source software.

https://github.com/esafirm/generator-android-conductor

🤖 I generate some code .... beep beep
https://github.com/esafirm/generator-android-conductor

android conductor kotlin yeoman-generator

Last synced: 24 days ago
JSON representation

🤖 I generate some code .... beep beep

Awesome Lists containing this project

README

        

## Android Conductor Boilerplate Generator

[![npm version](https://badge.fury.io/js/generator-kotlin-android-conductor.svg)](https://badge.fury.io/js/generator-kotlin-android-conductor)
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Android%20Conductor%20Generator-brightgreen.svg?style=flat)](https://android-arsenal.com/details/3/6297)

An attempt to remove this kind of situations:

> Time to create a new project! What should i add now?

This generator will use the code from [here](https://github.com/esafirm/android-conductor-boilerplate)

### Prerequisites

You have to install these first:

1. [NodeJs](https://nodejs.org/en/)
2. [Yeoman](http://yeoman.io/)

### Getting Started

```
1. npm install -g yo
2. npm install -g generator-kotlin-android-conductor
3. yo kotlin-android-conductor
4. Import to Android Studio? Running gradle from CLI?
5. Profit 💰💰💰
```

### About Conductor

- [Conductor Repo](https://github.com/bluelinelabs/Conductor)
- [Conductor Sample in Android Playground](https://github.com/esafirm/android-playground/tree/master/app/src/main/java/com/esafirm/androidplayground/conductor)
- [Conductor Extra](https://github.com/esafirm/conductor-extra) (Components, Utilities, Etc)

### Maintained By

Esa Firman - [LinkedIn](https://www.linkedin.com/in/esa-firman-01b8096b/)

### Forked From

[androidstarters/generator-kotlin-android](https://github.com/androidstarters/generator-kotlin-android)

### License

[Apache-2.0](https://github.com/esafirm/generator-android-conductor/blob/master/LICENSE)