google / cdep

CDep is a decentralized native package dependency manager with a focus on Android. Runs on Windows, Linux, and MacOS.
Apache License 2.0
98 stars 22 forks source link

Add download command and begin documenting command-line flags #20

Closed jomof closed 7 years ago

jomof commented 7 years ago

This addresses the request in this bug: https://github.com/google/cdep/issues/5 to add a download command and to document the command-line flags better.

I also found and fixed a bug in the "show manifest" command that gives an NRE when the manifest doesn't have any dependencies.