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
- Host: GitHub
- URL: https://github.com/esafirm/generator-android-conductor
- Owner: esafirm
- License: other
- Created: 2017-08-26T08:07:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-09T11:51:46.000Z (about 6 years ago)
- Last Synced: 2025-05-07T21:05:52.983Z (24 days ago)
- Topics: android, conductor, kotlin, yeoman-generator
- Language: Kotlin
- Homepage: https://www.npmjs.com/package/generator-kotlin-android-conductor
- Size: 557 KB
- Stars: 17
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## Android Conductor Boilerplate Generator
[](https://badge.fury.io/js/generator-kotlin-android-conductor)
[](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)