0.1.4 • Published 12 years ago

azuremobile-recipe v0.1.4

Weekly downloads
2
License
-
Repository
github
Last release
12 years ago

AzureMobile-Recipe

Azure Mobile Services Recipe core module

The recipe core module extends Azure CLI (Command Line Interface) to enable recipe usage and provides function library to simplify recipe development. This module installation is REQUIRED before any recipe usage.

Getting started

Install it

npm install -g azuremobile-recipe

Executing any Azure Mobile Services recipes

To install a recipe:

npm install -g azuremobile-<recipename>

To execute an installed recipe:

azure mobile recipe execute <servicename> <recipename>

Listing globally installed recipes on user machine:

azure mobile recipe list

Acquiring template files to get started with Azure Mobile Services recipe development:

azure mobile recipe create <newRecipename>
0.1.4

12 years ago

0.1.3

12 years ago

0.1.2

12 years ago

0.1.1

12 years ago