hoe-manns

DESCRIPTION

hoe-manns is a small collection of my personal used rake tasks for using with hoe. Actually it includes that tasks:

The CHANGELOG.md contains a detailed description of what has changed.

hoe-manns is released under the GPL-3.0-or-later License, see the file 'LICENSE.md' for more information.

|What | Where | |—–|——–| |codebase | [github.com/saigkill/hoe-manns] |
|rdoc | [www.rubydoc.info/gems/hoe-manns] |
|docs | [github.com/saigkill/hoe-manns/wiki] |
|bugs & feature requests | [github.com/saigkill/hoe-manns/issues] |
|openhub statistics| [www.openhub.net/p/hoe-manns] |
|authors blog| [saschamanns.de/] |

What Status
last public version [![Last Version](https://badge.fury.io/rb/hoe-manns.png)](http://rubygems.org/gems/hoe-manns)
downloads latest [![Downloads latest](https://img.shields.io/gem/dtv/hoe-manns.svg)](http://rubygems.org/gems/hoe-manns)
downloads all [![Downloads all](https://img.shields.io/gem/dt/hoe-manns.svg)](http://rubygems.org/gems/hoe-manns)
continuous integration ![CI](https://github.com/saigkill/hoe-manns/workflows/CI/badge.svg?branch=master&event=push)
code quality [![Code Quality](https://api.codeclimate.com/v1/badges/009b795034d7c698c74f/maintainability)](https://codeclimate.com/github/saigkill/hoe-manns/maintainability)

|dependencies| |security | | |vulnerabilities| | |documentation quality | |

SCREENSHOT

FEATURES

REQUIREMENTS:

INSTALL

The installation is very easy.

gem install hoe-manns

SYNOPSIS

Use in your Rakefile:

Hoe.plugin :manns

Hoe.spec 'your project' do
...
end

Also add hoe-manns to your requirements and recreate your Gemfile.

DEVELOPERS

After checking out the source, run:

`$ rake newb`

This task will install any missing dependencies, run the tests/specs, and generate the RDoc. Also you can read the MAINTENANCE.md and CONTRIBUTING.md for more information.

ISSUE TRACKING