Go to file
joeduffy 62d1f5c4c1 Add a note about MUROOT in the dependency probe sequence
We will use the $MUROOT envvar to determine where Mu has been installed,
which will by default be /usr/local/mu.  From there, we can access the
predefined library of stacks (underneath $MUROOT/bin/stacks).
2016-11-21 08:39:28 -08:00
cmd Add a mu get command 2016-11-19 16:44:25 -08:00
docs Add a note about MUROOT in the dependency probe sequence 2016-11-21 08:39:28 -08:00
examples Explicitly declare the demo's dependencies 2016-11-18 16:52:51 -08:00
pkg Write up a bit about Workspaces and Dependencies 2016-11-20 09:22:29 -08:00
.gitignore Gitignore *.swp files 2016-11-16 09:28:46 -08:00
.gitmodules Add Docker Compose and Kubernetes conversions as submodules 2016-11-01 10:30:39 -07:00
glide.lock Sketch out more AWS backend code-generator bits and pieces 2016-11-18 16:46:36 -08:00
glide.yaml Sketch out more AWS backend code-generator bits and pieces 2016-11-18 16:46:36 -08:00
main.go Move glogging into Mu command startup/teardown 2016-11-19 16:42:27 -08:00
Makefile Test packages when making the project 2016-11-15 19:25:06 -08:00
README.md Clean up out of date documentation 2016-11-04 11:27:09 -07:00

Mu

Mu is a framework and toolset for creating reusable stacks of services.