Sha256: 505f81348ccb93d3ac0a79f9d8a18397c2bde90bb5c11c74ef4fd25a0069e165

Contents?: true

Size: 768 Bytes

Versions: 1

Compression:

Stored size: 768 Bytes

Contents

# yard-dm

* [github.com/postmodern/yard-dm](http://github.com/postmodern/yard-dm/)
* [github.com/postmodern/yard-dm/issues](http://github.com/postmodern/yard-dm/issues)
* Postmodern (postmodern.mod3 at gmail.com)

## Description

A YARD plugin for parsing DataMapper model syntax.

Once yard-dm is installed, YARD will automatically load the plugin when ever
the `yardoc` utility is ran on a project.

## Features

Parses the following statements:

    property :name, Type

    has n, :things

    has 1, :thing

    has 0..n, :things

    has 1..n, :things

    has 2..5, :things

    belongs_to :stuff

## Requirements

* [yard](http://yardoc.org/) >= 0.4.0

## Install

    $ sudo gem install yard-dm

## License

See {file:LICENSE.txt} for license information.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
yard-dm-0.1.1 README.md