Sha256: c485383df4f5224d444ec8c32f7cec37927abd416c1366fcfd208a70d0f4c8dc

Contents?: true

Size: 1.03 KB

Versions: 3

Compression:

Stored size: 1.03 KB

Contents

# Has.Menu

A utility to collect and process data for Has.Menu

## Installation

    $ gem install hasmenu

## Usage

### Spellcheck Menu

You can spellcheck an individual file

  hasmenu spellcheck <file>

Or all the files in a directory

  hasmenu spellcheck <directory>

### Validate Files

  hasmenu validate chains <chains-file>
  hasmenu validate restaurants <restaurants-file>
  hasmenu validate menu/chain <chain-menu>
  hasmenu validate menu/restaurant <restaurant-menu>

### Build Restaurant Menu

You may build menus for all restaurants

  hasmenu build all
  hasmenu build chain <chain-uid>
  hasmenu build restaurant <restaurant-uid>

### Review Status & Reports

Review the status and progress of the data collection

  hasmenu report chains
  hasmenu report restaurants
  hasmenu report available
  hasmenu report unavailable
  hasmenu report approved
  hasmenu report unapproved
  hasmenu report progress
  hasmenu report done
  hasmenu report all

## Notice

This utility is published by Samyukti to enable collection of data for Has.Menu.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hasmenu-0.1.6 README.md
hasmenu-0.1.5 README.md
hasmenu-0.1.4 README.md