mu-cli

0.27.0 • Public • Published

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-cli

Usage

mu login
mu new hello-world
cd hello-world
npm install
gulp deploy

You 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.

Dependencies (12)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i mu-cli

    Weekly Downloads

    5

    Version

    0.27.0

    License

    MIT

    Last publish

    Collaborators

    • masonforest