Skip to content

padrino-tutorial/chat-lib

Repository files navigation

PadrinoTutorial::ChatLib

Build Status

padrino-tutorial/getting-started

This is the basic library that provides the chat functionality to our apps.

Installation

Add this line to your application's Gemfile:

gem 'padrino-tutorial-chat-lib', require: 'padrino-tutorial/chat-lib'

And then execute:

$ bundle

Or install it yourself as:

$ gem install padrino-tutorial-chat-lib

Usage

TODO: Write usage instructions here

Development

See padrino-tutorial/getting-started to setup your dev environment.

Before starting any develpment, cd into this gem's directory and run:

gem_home .

To install dependencies:

bundle

To start a console and test it, run:

irb -I lib -r 'padrino-tutorial/chat-lib'

To run tests:

rake test

Contributing

  1. Fork it ( https://github.com/[my-github-username]/padrino-tutorial-chat-lib/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages