Areiの基本的なピースを登録します.
- ヘッダー
- フッター
- ページタイトル
- パンくずリスト
- アクセシビリティツール
Add this line to your application's Gemfile:
gem 'areipiece'
And then execute:
$ bundle
Or install it yourself as:
$ gem install areipiece
$ areipiece piece
- Fork it ( https://github.com/cobachie/areipiece/fork )
- 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