Skip to content

init store package #6022

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

init store package #6022

wants to merge 2 commits into from

Conversation

odacrem
Copy link

@odacrem odacrem commented Jun 26, 2025

WHAT is this pull request doing?

Adds a new @shopify/store package with a store:copy command that will allow users to copy a theme from one Shopify store to another. The command structure is set up, though the implementation is currently a placeholder.

Key changes:

  • Creates a new @shopify/store package with necessary configuration files
  • Adds a store:copy command with appropriate documentation
  • Integrates the new package into the CLI framework
  • Updates package.json and other configuration files to include the new package

How to test your changes?

  1. Run pnpm install to update dependencies
  2. Run shopify store copy --help to verify the command is registered
  3. Verify the command appears in the CLI help documentation

Measuring impact

How do we know this change was effective? Please choose one:

  • n/a - this doesn't need measurement, e.g. a linting rule or a bug-fix
  • Existing analytics will cater for this addition
  • PR includes analytics changes to measure impact

Checklist

  • I've considered possible cross-platform impacts (Mac, Linux, Windows)
  • I've considered possible documentation changes

Copy link
Author

odacrem commented Jun 26, 2025

This stack of pull requests is managed by Graphite. Learn more about stacking.

Copy link
Contributor

Unused dependencies (1)

Filename dependencies
packages/store/package.json @oclif/core

Copy link
Contributor

github-actions bot commented Jun 26, 2025

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements
78.33% (-0.01% 🔻)
12573/16051
🟡 Branches
72.53% (+0.05% 🔼)
6124/8443
🟡 Functions
78.45% (-0.01% 🔻)
3280/4181
🟡 Lines
78.77% (-0.02% 🔻)
11898/15105
Show new covered files 🐣
St.
File Statements Branches Functions Lines
🔴
... / index.ts
0% 100% 100% 0%
🔴
... / copy.ts
0% 100% 0% 0%

Test suite run success

2916 tests passing in 1262 suites.

Report generated by 🧪jest coverage report action from 5b14a90

@odacrem odacrem force-pushed the pm-init-store-package branch from b048396 to 5b14a90 Compare June 30, 2025 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant