An open API service indexing awesome lists of open source software.

https://github.com/athityakumar/batch-require


https://github.com/athityakumar/batch-require

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

batch-require
-------------
`batch-require` is a ruby gem that will require all the specified gems in your ruby script. If a gem doesn't exist locally, `batch-require` will look in the server and install it if internet connection exists.

USING `batch-require`
---------------------
First and foremost , type `gem install batch-require` on your terminal.


Next , include these lines your ruby script -

`require "batch-require"`

Pass the required gems like `BatchRequire.new("csv","date")`

CONTRIBUTION
------------
The work flow is the same as that of any other repository.

(1) Fork / clone the repository.

(2) Create a new branch , say `my-changes` and make your changes in this branch.

(3) Commit your changes and send a Pull request (PR) to this repository.

Active contributors would be rewarded with the tag of "Collabrators"

Bug fixes , Issues , Issue solutions , Optimizations & Enhancements are always welcome.

LICENSE
-------
The MIT License - [Athitya Kumar](http://github.com/athityakumar) - All Rights Reserved.