Cranlogs CLI

Command line interface to access cranlogs

Repository

Examples

Read the documentation with the help flag: -h

              
  cranlogs top
  cranlogs top -n=3
  cranlogs trending -r=true
  cranlogs daily dplyr purrr
  cranlogs daily --period="last-month" --package="echarts4r"
              
            

Installation

Two ways to install the CLI

              
  go get github.com/devOpifex/cranlogs

  go install github.com/devOpifex/cranlogs@latest