https://github.com/thbar/spring-command-kiba
https://github.com/thbar/spring-command-kiba
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thbar/spring-command-kiba
- Owner: thbar
- License: mit
- Created: 2016-10-03T08:11:12.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-17T16:31:39.000Z (over 9 years ago)
- Last Synced: 2025-03-16T05:41:21.691Z (over 1 year ago)
- Language: Ruby
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
NOTE: this repo is an adaptation of [spring-commands-rspec](https://github.com/jonleighton/spring-commands-rspec) for [Kiba ETL](http://kiba-etl.org/).
# spring-command-kiba
This gem implements the `kiba` command for
[Spring](https://github.com/jonleighton/spring).
## Usage
Add to your Gemfile:
``` ruby
gem 'spring-command-kiba', git: 'https://github.com/thbar/spring-command-kiba.git', group: :development
```
If you're using spring binstubs, run `bundle exec spring binstub kiba` to generate `bin/kiba`.
Then run `spring stop` to pick up the changes.