LoginSignup
1
1

More than 5 years have passed since last update.

ruboty-calendar作った

Posted at

最近会社でruboty使い始めました。
当然plugin作りたくなるわけで、とりあえず練習がてらカレンダーを表示するだけのplugin作ってみました。

ruboty-calendar

https://rubygems.org/gems/ruboty-calendar
https://github.com/youyo/ruboty-calendar

ruboty calendarで今月のカレンダーを表示するだけです。

youyo [11:41 AM]
ruboty: calendar

ruboty [11:41 AM]
December 2014
Su Mo Tu We Th Fr Sa
   1  2  3  4  5  6
7  8  9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31

display-calendar

ruboty-calendarを作成するにあたって、まずはカレンダーを表示するgemを作成しました。

https://rubygems.org/gems/display-calendar
https://github.com/youyo/display-calendar

require 'display/calendar'

cal = Display::Calendar.new
puts cal.calendar(12,2014)

要はcalコマンドだし、rubyにももうあるだろうけど、これも勉強がてら作りました。

まとめ

pluginの作り方はわかったのでこれからは役に立つものを作っていきたいです!

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1