Skip to content

A CLI tool to index CRAN packages

License

Notifications You must be signed in to change notification settings

dlalic/cran_crawler

Repository files navigation

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

About

A CLI tool to index CRAN packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages