commit | 8703f1073d9f16be3f2b32be731df02128f06898 | [log] [tgz] |
---|---|---|
author | Devon Carew <devoncarew@gmail.com> | Mon Apr 13 00:24:12 2015 |
committer | Devon Carew <devoncarew@gmail.com> | Mon Apr 13 00:24:12 2015 |
tree | 8e67837cf689f92a2798c0f95ba536e4021a7c51 | |
parent | 2d74f0d16e3d0072a9114e74c002620393031dbe [diff] |
0.0.1+1
A library to reflect on the local pub cache.
pub_cache
lets you reflect on the information in your Pub cache. For example, to find all the applications that have been activated:
PubCache cache = new PubCache(); for (Application app in cache.getGlobalApplications()) { print('activated app: ${app.name}, version: ${app.version}'); }
Some other interesting use cases:
Please file feature requests and bugs at the issue tracker.