
Security News
Node.js TSC Votes to Stop Distributing Corepack
Corepack will be phased out from future Node.js releases following a TSC vote.
@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 π
The npm package @trafilea/nx-shopify receives a total of 1 weekly downloads. As such, @trafilea/nx-shopify popularity was classified as not popular.
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
Corepack will be phased out from future Node.js releases following a TSC vote.
Research
Security News
Research uncovers Black Basta's plans to exploit package registries for ransomware delivery alongside evidence of similar attacks already targeting open source ecosystems.
Security News
Oxlint's beta release introduces 500+ built-in linting rules while delivering twice the speed of previous versions, with future support planned for custom plugins and improved IDE integration.