This input file for Meteor Kitchen will build simple meteor application with pages having subpages and submenus.
You can see live example here.
To build and run example, inside this directory type:
meteor-kitchen ./example-subpages.json ./example-subpages
cd ./example-subpages
meteor
JSON and YAML files are the same example in different formats.
Meteor-kitchen natively supports input files written in JSON. To use the YAML example you'll need to have js-yaml converter installed. The following is the most common example of how to accomplish this:
npm install -g js-yaml