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