mu-cli
v0.27.0
Published
Mu is a rest API which runs serverless progams inside of docker containers.
Readme
Mu CLI
Mu CLI is a command line tool for creating and deploying mu images.
Mu is still in the alpha/early prototype phase
Installation
npm install -g mu-cliUsage
mu login
mu new hello-world
cd hello-world
npm install
gulp deployYou now have a live API
curl hello-world.mu.thoughtbot.com/?name=Mason
# => Hello Mason!Development server
Once you create a project you can run a live reloading development server by running the default Gulp task.
