
Security News
Feross on the 10 Minutes or Less Podcast: Nobody Reads the Code
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.
@inkofpixel/shopify-builder
Advanced tools
An opinionated builder for Shopify.
This is currenty in alpha and not ready for production use. API will likely change
To use this tools you must have a predefined project structure. (Pay attention to the src folder)
+-- assets
+-- config
+-- layout
+-- locales
+-- snippets
+-- src
+-- templates
It's a standard shopify project structure with a src folder. The structure of the src folder must be
+-- src
| +-- lib
| +-- scripts
| | +-- packages
| | | +-- [package-name]
| | | | index.(js|ts)
| +-- sections
Where scripts contains JS scripts (like React) and sections contains liquid.
yarn add @inkofpixel/shopify-builder -D
Add this to the scripts of your package.json
"dev": "shopify-builder watch",
"watch-scripts": "shopify-builder watch scripts",
"watch-sections": "shopify-builder watch sections",
"build-scripts": "shopify-builder build scripts",
"build-sections": "shopify-builder build sections"
add
*.iop.*
to .gitignore
add to theme
<script src="{{ '[package-name].iop.js' | asset_url }}" ></script>
<script src="{{ 'runtime.iop.js' | asset_url }}" ></script>
<script src="{{ 'vendor.iop.js' | asset_url }}" ></script>
FAQs
An opinionated builder for Shopify.
We found that @inkofpixel/shopify-builder demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.