fivemat icon indicating copy to clipboard operation
fivemat copied to clipboard

Tapout

Open trans opened this issue 13 years ago • 2 comments

This format is a pretty good idea. Would you consider creating a rendition for tapout?

trans avatar Apr 13 '12 00:04 trans

Writing a formatter looks pretty easy, but how do I get tapout to load it?

tpope avatar Apr 14 '12 21:04 tpope

On Sat, Apr 14, 2012 at 5:59 PM, Tim Pope [email protected] wrote:

Writing a formatter looks pretty easy, but how do I get tapout to load it?

Good point, when I suggested it I was think of including your format with tapout gem. But you are right, there should be a way to do it as a separate plugin gem. So I just pushed a new version of tapout (0.4.1) which will automatically load a reporter if it's not initially found. Just name the file tapout-{name}.rb, e.g. lib/tapout-fivemat.rb, then it should work automatically.

I pushed this out real quick as I am busy with other things, so let me know if you have any trouble with it. And please let me know if you see any other way I can improve tapout.

Thanks!

trans avatar Apr 14 '12 23:04 trans