
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@goodforonefare/create-shopify
Advanced tools
Webgen automates the generation code for web-based projects at Shopify.
Generates an app
yarn create shopify app <AppName> [...flags]
--prompt [boolean] [default: true]
--debug [boolean] [default: false]
--hostName, -h [string] [default: "default.myshopify.com"]
Your Shopify test shop’s host name, ie: my-test-shop.myshopify.com
--password, -d [string] [default: "DEFAULT_SHOPIFY_PASSWORD"]
You can find this in your test shop. ie: my-test-shop.myshopify.com/admin/apps/private/
--secret, -s [string] [default: "DEFAULT_SHOPIFY_SECRET"]
You can find this in you partner dashboard: https://partners.shopify.com
--apiKey, -k [string] [default: "DEFAULT_SHOPIFY_API_KEY"]
For private app, find this in your test shop. ie: my-test-shop.myshopify.com/admin/apps/private/; For public app, find this in you partner dashboard: https://partners.shopify.com
--privateApp, -p [boolean] [default: true]
--graphql, -g [boolean] [default: false]
Generates a component
yarn create shopify component <ComponentName> [...flags]
--prompt [boolean] [default: true]
--debug [boolean] [default: false]
--type, -t [choices: "function", "pure", "class"] [default: "pure"]
--styles, -s [boolean] [default: false]
--graphql, -g [boolean] [default: false]
--location, -l
yarn create shopify section <SectionName> [...flags]
yarn create shopify fork <ComponentName> [...flags]
To test the commands locally type the path to create-shopify
in the bin
at the root of the project.
$ ./bin/create-shopify app TestApp
$ ./bin/create-shopify component TestComponent
Commands are automatically read from the src/cli/commands
directory. To add a command, simply create a new file in this directory with the name of the command that you would like to add.
The contents of this fill will follow the yargs API for command modules. you can read more about yargs here.
Before deloying a new version, run git checkout master && git pull
to be sure that you're tagging the latest code. Next, you will need to add a git tag. This is done by running the following command:
yarn version --new-version patch
Next push this new tag to github.
git push origin master --tags
Finally, head over to shipit and click deploy
.
FAQs
Generators for Shopify Web
We found that @goodforonefare/create-shopify demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.