Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

a way to make android development easier with Yeoman Generator

License

NotificationsYou must be signed in to change notification settings

abdymm/generator-android-mvp-basedev

Repository files navigation

android base development with mvp | android-architecture from google approach (https://github.com/googlesamples/android-architecture)

What is this?

This is a generator ecosystem byYeoman thank helps us to kickstart new projects, prescribing best practices and tools to help you stay productive and of course make our life is easier.

In this repository I create generator for android development, actually this is my android base development.I built this android dev template with offline first approach [Google IO 2016] (https://www.youtube.com/watch?v=70WqJxymPr8&t=2s) and inspired by this [Android Architecture] (https://github.com/googlesamples/android-architecture) and this [Android Job Queue] (https://github.com/yigit/android-priority-jobqueue).

The Stack :

Soon i will add :

How it works?

First, installYeoman andnpm (we assume you have pre-installednode.js).

Online

Then, install generator-android-mvp-basedev usingnpm (we assume you have pre-installednode.js).

npm install -g yonpm install -g generator-android-mvp-basedev

Then generate your new project:

yo android-mvp-basedev

Offline

First, clone this repository

git clone git@github.com:abdymm/generator-android-mvp-basedev.git

we assume you have already install Yeoman and npm, now enter on repository that you cloned, and open from command line then type

npm link

That will install your project dependencies and symlink a global module to your local file. After npm is done, you'll be able to call

yo android-mvp-basedev

withoutgenerator and you should see thethis.log, defined earlier, rendered in the terminal. Congratulations, you just built your first generator!

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free tolearn more about Yeoman.

License

Apache-2.0 ©abdymalikmulky

About

a way to make android development easier with Yeoman Generator

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp