Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 671 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 671 Bytes

lita-nashdev-resources

A lita plugin to allow people to suggest resources to be added to the NashDev Resources repo via GitHub Issues.

Installation

Add lita-nashdev-resources to your Lita instance's Gemfile:

gem "lita-nashdev-resources"

Configuration

Requires a RESOURCE_ISSUE_TOKEN config var to POST to issue to repo

example in lita_config.rb :

Lita.configure do |config|
  config.handlers.nashdev_resources.issue_token = ENV['RESOURCE_ISSUE_TOKEN']
end

Usage

lita resource me https://some-resource.com
lita resource https://some-resource.com