Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
create-shopify-v2
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
The npm package create-shopify-v2 receives a total of 0 weekly downloads. As such, create-shopify-v2 popularity was classified as not popular.
We found that create-shopify-v2 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
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.