Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@trafilea/nx-shopify
Advanced tools
A Nx plugin for developing performance-first Shopify themes 🚀
🔎 An Nx plugin for developing performance-first Shopify themes 🚀
Be it you need to build a custom Shopify store theme, develop a generic theme or even maintain multiple stores/themes with shared code across them, this Nx plugin helps you power-up your development experience
Install the Nx CLI globally
# npm
$ npm install --global nx
# yarn
$ yarn add --global nx
# pnpm
$ pnpm install --global nx
Create an empty Nx workspace (or use an existing one)
$ npx create-nx-workspace my-org --preset=empty
$ cd ./my-org
Install the Nx-Shopify plugin as a devDependency
# npm
$ npm install --save-dev @trafilea/nx-shopify
# yarn
$ yarn add --save-dev @trafilea/nx-shopify
# pnpm
$ pnpm install --save-dev @trafilea/nx-shopify
Generate a Shopify theme using the Nx CLI
$ nx generate @trafilea/nx-shopify:theme my-theme
Check the generators and executors provided by the plugin
$ nx list @trafilea/nx-shopify
Thanks goes to these wonderful people (emoji key):
Sebastian Duque Gutierrez 💻 🚇 🤔 📝 📖 | Karen Santana 💻 🤔 | Andisa Diaz 💻 | Mauricio Vuljevas 🤔 | Jesus Salinas Vela 🤔 📆 | Sophie 📆 | Jibin Mathew 💻 🐛 |
This project follows the all-contributors specification. Contributions of any kind welcome!
FAQs
A Nx plugin for developing performance-first Shopify themes 🚀
We found that @trafilea/nx-shopify demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.