ゴミの日データを生成します。
$ gem install gominohi # 未リリース
Or
$ git clone https://github.com/myokoym/gominohi.git
$ cd gominohi
$ rake install
$ gominohi generate 地区 開始日 終了日 特殊曜日の順序(1-4)
For example:
$ gominohi generate shiroishi_1 2014-09-01 2015-09-30 1
-
1
[:paper, :not_burn, :paper, :leaf]
-
2
[:leaf, :paper, :not_burn, :paper]
-
3
[:paper, :leaf, :paper, :not_burn]
-
4
[:not_burn, :paper, :leaf, :paper]
$ bundle install
$ rake test
(運が良ければきのたんに会えるかも?)
- Masafumi Yokoyama
<[email protected]>
MIT License. See LICENSE.txt for details.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request