Sha256: 8bcaffb1341bc0858325aff26afa644b57332db9cebdf25bd511735646a27dd7

Contents?: true

Size: 956 Bytes

Versions: 2

Compression:

Stored size: 956 Bytes

Contents

# Mastodon
A [todo.txt][ttxt] parser.

[ttxt]: http://ginatrapani.github.com/todo.txt-cli/

## Installation

    sudo gem install mastodon

## Usage

    require 'mastodon'
    mast = Mastodon.new(File.readlines("todo.txt"))
    # List all the projects
    mast.projects
    # List all the contexts
    mast.contexts


## See Also
There are other links you can take a look at. If you care to, that is.

 * [Run Code Run][rcr] (continuous integration)
 * [Caliper & metric\_fu report][calip]
 * [RDoc.info Documentation][rdoci] ([yardoc.org][yardoc])

[rcr]: http://runcoderun.com/evaryont/mastodon
[calip]: http://getcaliper.com/caliper/project?repo=git%3A%2F%2Fgithub.com%2Fevaryont%2Fmastodon.git
[rdoci]: http://rdoc.info/projects/evaryont/mastodon
[yardoc]: http://yardoc.org/docs/evaryont-mastodon

## Copyright
Mastodon is released under the MIT license. Copyright (C) Colin Shea 2009. For
more information, consult LICENSE.txt for more information.

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
mastodon-0.3.1 README.md
mastodon2-0.3.1 README.md