Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 626 Bytes

usage.md

File metadata and controls

17 lines (14 loc) · 626 Bytes

Usage

This section assumes you already have Meteor installed. If not, you can find how to do it here.

Creating recipe(s)

Since recipe is the main resource of Meteor, we first need to create it before anything else.

touch sample-recipe.yaml

Then edit the recipe file using this guide.

Running a single recipe

Once we have a recipe. We can easily run it using below command.

meteor run sample-recipe.yaml

This will run the recipe using its details. More information about the command can be found here.