From b6bf74e313d82db58dbcaed9cc7a7ad29a78c888 Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Thu, 12 Apr 2018 17:32:13 -0700 Subject: [PATCH] Add README Signed-off-by: Matthew Johnson --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e1066de --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# unbundle + +unbundle parses bundle and pundle definition files to recursively resolve +a complete list of all packages in a bundle. The usage for unbundle is + +unbundle bundle-name path/to/clr-bundles/repo + +unbundle prints a sorted list of all included packages.