Sha256: 391f37aadee528e7293a08cb172a7558f401ba03a870e2da2458da0c4490585a

Contents?: true

Size: 1.18 KB

Versions: 1

Compression:

Stored size: 1.18 KB

Contents

# Has.Menu

A utility to collect and process data for Has.Menu

## Installation

    $ gem install hasmenu

## Usage

### Format Files

  hasmenu format chains <chains-file>
  hasmenu format restaurants <restaurants-file>
  hasmenu format menu <chain-or-restaurant-menu>

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

1 entries across 1 versions & 1 rubygems

Version Path
hasmenu-0.1.7 README.md