https://github.com/athityakumar/batch-require
https://github.com/athityakumar/batch-require
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/athityakumar/batch-require
- Owner: athityakumar
- License: mit
- Created: 2016-07-14T07:52:40.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-14T08:57:14.000Z (almost 10 years ago)
- Last Synced: 2024-05-01T13:50:04.796Z (about 2 years ago)
- Language: Ruby
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.