Sha256: 2878f644904ce0540a9254b3f8b8e6ffd1de90c42637727e23c7e57096cb595a

Contents?: true

Size: 834 Bytes

Versions: 21

Compression:

Stored size: 834 Bytes

Contents

name: shopify-api

type: ruby

up:
  - ruby: 3.0.3
  - bundler

commands:
  console:
    desc: 'start a ruby shell with ShopifyAPI already loaded'
    aliases: ['c']
    run: bundle exec irb -Ilib -rshopify_api
  style:
    desc: 'run rubocop'
    run: bundle exec rubocop
  typecheck:
    desc: 'run Sorbet typechecking'
    aliases: ['tc']
    run: bundle exec srb tc
  test:
    run: bundle exec rake test
  sanity:
    desc: 'run all static checks against the codebase'
    run: bundle exec rubocop && bundle exec srb tc && bundle exec rake test
    subcommands:
      all:
        desc: 'run all checks regardless of the success states of previous checks'
        run: bundle exec rubocop; bundle exec srb tc; bundle exec rake test
  rbi:
    desc: 'generate .rbi files for specified gem to the project'
    run: bin/tapioca gem

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
shopify_api-13.4.0 dev.yml
shopify_api-13.3.1 dev.yml
shopify_api-13.3.0 dev.yml
shopify_api-13.2.0 dev.yml
shopify_api-13.1.0 dev.yml
shopify_api-13.0.0 dev.yml
shopify_api-12.5.0 dev.yml
shopify_api-12.4.0 dev.yml
shopify_api-12.3.0 dev.yml
shopify_api-12.2.1 dev.yml
shopify_api-12.2.0 dev.yml
shopify_api-12.1.0 dev.yml
shopify_api-12.0.0 dev.yml
shopify_api-11.1.0 dev.yml
shopify_api-11.0.1 dev.yml
shopify_api-11.0.0 dev.yml
shopify_api-10.1.0 dev.yml
shopify_api-10.0.3 dev.yml
shopify_api-10.0.2 dev.yml
shopify_api-10.0.1 dev.yml