Likelion

Installation

Add this line to your application's Gemfile:

gem 'likelion', git: 'https://github.com/LEECHHE/likelion'

And then execute:

$ bundle

Or install it yourself as:

$ gem install likelion

Usage

Gem을 설치한 후 아래와 같이 사용합니다.

$ rails generate likelion:install [날짜]

날짜는 'YYMMDD' 형식으로 입력됩니다. 예를 들어 16년 4월 8일에 진행된 수업의 코드는 $ rails generate likelion:install 160408

와 같이 불러올 수 있습니다.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/LEECHHE/likelion. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.