Sha256: f5ea4b6bd0cb30913b2497e9cde0c2a995917793a127d9e332026e5f015d66f4

Contents?: true

Size: 858 Bytes

Versions: 2

Compression:

Stored size: 858 Bytes

Contents

name: shopify-api

type: ruby

up:
  - ruby: 3.0.6
  - bundler:
      gemfile: Gemfile

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

2 entries across 2 versions & 1 rubygems

Version Path
shopify_api-14.0.1 dev.yml
shopify_api-14.0.0 dev.yml