Skip to content

Commit

Permalink
Add code status to README
Browse files Browse the repository at this point in the history
  • Loading branch information
davispuh committed Sep 6, 2013
1 parent a64c5b2 commit 79253d2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,20 @@ Take a look at [examples/shell.rb](examples/shell.rb)

## Documentation

YARD with markdown is used for documentation (`redcarpet` required)
YARD with markdown is used for documentation

## Specs

RSpec and simplecov are required, to run tests just `rake spec`
code coverage will also be generated

## Code status

[![Build Status](https://travis-ci.org/davispuh/CLI-Console.png?branch=master)](https://travis-ci.org/davispuh/CLI-Console)
[![Dependency Status](https://gemnasium.com/davispuh/CLI-Console.png)](https://gemnasium.com/davispuh/CLI-Console)
[![Coverage Status](https://coveralls.io/repos/davispuh/CLI-Console/badge.png)](https://coveralls.io/r/davispuh/CLI-Console)


## Authors

Currently almost everything (all functions, files, text) in this repository are made by me @davispuh and I've dedicated this repository to public domain.
Expand Down

0 comments on commit 79253d2

Please sign in to comment.