Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 651 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 651 Bytes

CranCrawler

Ruby CodeFactor

A CLI tool to index CRAN packages.

Usage

Setup:

bundle install
docker-compose up
rake db:create
rake db:migrate

To start indexing:

bundle exec bin/console start lib/db/config.yml

To run tests:

bundle exec rake
bundle exec cucumber

To (re-)generate OpenAPI client:

openapi-generator generate -i openapi.yaml -g ruby -o openapi