theapache64 / gpm

📦 NPM clone for gradle projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

multi-module project support

afollestad opened this issue · comments

Something like this:

gpm app:install okhttp
gpm common:utilities:install okhttp

It could probably simple search for a build.gradle in the given path

@afollestad Alright. that'd be very useful

@afollestad

Done!

The syntax would be

gpm :module install <depName>
gpm :moduleDir:module <depName>

eg:

gpm :features:auth install okhttp

This feature will be available from 1.0.4-alpha01 :)