generator-android-mvp-basedev

1.0.6 • Public • Published

generator-android-mvp-basedev NPM version Dependency Status

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

What is this?

This is a generator ecosystem by Yeoman 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 and inspired by this Android Architecture and this Android Job Queue.

The Stack :

Soon i will add :

How it works?

First, install Yeoman and npm (we assume you have pre-installed node.js).

Online

Then, install generator-android-mvp-basedev using npm (we assume you have pre-installed node.js).

npm install -g yo
npm 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

without generator and you should see the this.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 to learn more about Yeoman.

License

Apache-2.0 © abdymalikmulky

Dependencies (3)

Dev Dependencies (8)

Package Sidebar

Install

npm i generator-android-mvp-basedev

Weekly Downloads

1

Version

1.0.6

License

Apache-2.0

Last publish

Collaborators

  • abdymm