New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More โ†’
Socket
Sign inDemoInstall
Socket

@trafilea/nx-shopify

Package Overview
Dependencies
Maintainers
4
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trafilea/nx-shopify

A Nx plugin for developing performance-first Shopify themes ๐Ÿš€

  • 1.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
12
decreased by-47.83%
Maintainers
4
Weekly downloads
ย 
Created
Source

Nx-Shopify

๐Ÿ”Ž A 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


Getting Started

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

Documentation

Contributors

Thanks goes to these wonderful people (emoji key):


Sebastian Duque Gutierrez

๐Ÿ’ป ๐Ÿš‡ ๐Ÿค” ๐Ÿ“ ๐Ÿ“–

Karen Santana

๐Ÿ’ป ๐Ÿค”

Andisa Diaz

๐Ÿ’ป

Mauricio Vuljevas

๐Ÿค”

Jesus Salinas Vela

๐Ÿค” ๐Ÿ“†

Sophie

๐Ÿ“†

This project follows the all-contributors specification. Contributions of any kind welcome!

Keywords

FAQs

Package last updated on 23 Apr 2021

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with โšก๏ธ by Socket Inc