fluent/fluentd

View on GitHub
templates/new_gem/README.md.erb

Summary

Maintainability
Test Coverage
# <%= gem_name %>

[Fluentd](https://fluentd.org/) <%= type %> plugin to do something.

TODO: write description for you plugin.

## Installation

### RubyGems

```
$ gem install <%= gem_name %>
```

### Bundler

Add following line to your Gemfile:

```ruby
gem "<%= gem_name %>"
```

And then execute:

```
$ bundle
```

## Configuration

You can generate configuration template:

```
$ fluent-plugin-config-format <%= type %> <%= name %>
```

You can copy and paste generated documents here.

## Copyright

* Copyright(c) <%= Date.today.year %>- <%= user_name %>
* License
  * <%= @license.full_name %>