github.com/simonferquel/app@v0.6.1-0.20181012141724-68b7cccf26ac/doc.go (about) 1 // Package app provides experimental utilities to make Compose files more 2 // reusable and sharable. 3 // 4 // The `cmd/docker-app` package generates the `docker-app` binary, 5 // see https://github.com/docker/app for more information about it. 6 // 7 // It can also be used as a library to be integrated in your tools. 8 // Usage examples are provided inline with their full documentation. 9 package app