@syncify/cli 1.0.0-unstable.0 → 1.0.0-unstable.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. package/dist/cli.js +76 -61
  2. package/dist/syncify.js +3701 -6042
  3. package/package.json +11 -11
  4. package/readme.md +13 -13
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-unstable.0",
2
+ "version": "1.0.0-unstable.1",
3
3
  "name": "@syncify/cli",
4
4
  "description": "The new generation build tool for Shopify theme development.",
5
5
  "license": "Apache-2.0",
@@ -64,7 +64,7 @@
64
64
  "cbor": "^10.0.3",
65
65
  "clean-css": "^5.3.3",
66
66
  "enquirer": "^2.4.1",
67
- "esbuild": "v0.25.1",
67
+ "esbuild": "v0.25.2",
68
68
  "fast-glob": "^3.3.3",
69
69
  "fs-extra": "^11.3.0",
70
70
  "gray-matter": "^4.0.3",
@@ -77,8 +77,9 @@
77
77
  "smol-toml": "^1.3.1",
78
78
  "svgo": "^3.3.2",
79
79
  "xior": "^0.7.6",
80
- "@syncify/uws": "^0.1.2",
80
+ "@syncify/acquire": "^0.0.6",
81
81
  "@syncify/json": "^0.1.1",
82
+ "@syncify/uws": "^0.1.2",
82
83
  "@syncify/turndown": "^0.2.1"
83
84
  },
84
85
  "devDependencies": {
@@ -114,19 +115,18 @@
114
115
  "typescript": "^5.7.2",
115
116
  "write-file-atomic": "^6.0.0",
116
117
  "write-package": "^7.1.0",
117
- "@syncify/acquire": "^0.0.5",
118
118
  "@syncify/ansi": "^0.3.0",
119
- "@syncify/codegen": "^0.0.1",
120
119
  "@syncify/codeframe": "^0.0.2",
120
+ "@syncify/codegen": "^0.0.1",
121
121
  "@syncify/config": "^0.0.6",
122
- "@syncify/eslint-config": "^0.1.1",
123
- "@syncify/kill": "^0.0.5",
124
122
  "@syncify/glue": "^0.0.1",
125
- "@syncify/prettier-config": "^0.1.0",
126
- "@syncify/tests": "^0.0.1",
127
- "@syncify/types": "^0.0.9",
123
+ "@syncify/kill": "^0.0.5",
124
+ "@syncify/eslint-config": "^0.1.1",
128
125
  "@syncify/timer": "^0.0.4",
129
- "@syncify/update": "^0.0.3"
126
+ "@syncify/tests": "^0.0.1",
127
+ "@syncify/prettier-config": "^0.1.0",
128
+ "@syncify/update": "^0.0.3",
129
+ "@syncify/types": "^0.0.9"
130
130
  },
131
131
  "peerDependenciesMeta": {
132
132
  "tailwindcss": {
package/readme.md CHANGED
@@ -17,19 +17,19 @@ Syncify is a specialized tool designed for Shopify theme development. It offers
17
17
 
18
18
  If you are seeking a tool that has considered requirement factors across the modern Shopify Theme Development ecosystem, and would like a solution that produces performance-focused optimizations at the development process level with features designed for the complexities of modern e-commerce, see the below core capabilities offerred by Syncify:
19
19
 
20
- &nbsp;&nbsp;<i><strong> $\color{Green}{✓}$ <samp>Custom input → output directory structures for tailored project organization.</samp></strong></i><br>
21
- &nbsp;&nbsp;<i><strong> $\color{Green}{✓}$ <samp>Compiling TypeScript, JavaScript, TSX, and JSX to support modern web development practices</samp></strong></i><br>
22
- &nbsp;&nbsp;<i><strong> $\color{Green}{✓}$ <samp>Tailwind, PostCSS, and SASS stylesheet support for advanced CSS management</samp></strong></i><br>
23
- &nbsp;&nbsp;<i><strong> $\color{Green}{✓}$ <samp>Terse minification of Markup and Liquid to optimize performance</samp></strong></i><br>
24
- &nbsp;&nbsp;<i><strong> $\color{Green}{✓}$ <samp>Static pages with Markdown → Markup transformation for content creation flexibility</samp></strong></i><br>
25
- &nbsp;&nbsp;<i><strong> $\color{Green}{✓}$ <samp>Metafield, Redirects, and Navigation synchronization for seamless data management</samp></strong></i><br>
26
- &nbsp;&nbsp;<i><strong> $\color{Green}{✓}$ <samp>Version Controlled theme distribution ensuring consistency and traceability</samp></strong></i><br>
27
- &nbsp;&nbsp;<i><strong> $\color{Green}{✓}$ <samp>Shared Schemas as a superset implementation for enhanced data modeling</samp></strong></i><br>
28
- &nbsp;&nbsp;<i><strong> $\color{Green}{✓}$ <samp>Frontmatter controlled liquid level configuration to fine-tune template behavior</samp></strong></i><br>
29
- &nbsp;&nbsp;<i><strong> $\color{Green}{✓}$ <samp>SVG transform and sprite generation processing for efficient icon and graphic handling</samp></strong></i><br>
30
- &nbsp;&nbsp;<i><strong> $\color{Green}{✓}$ <samp>Multistore and theme parallel synchronization to manage multiple storefronts</samp></strong></i><br>
31
- &nbsp;&nbsp;<i><strong> $\color{Green}{✓}$ <samp>Websocket HOT Reloads with CFH control and morphing for real-time development feedback</samp></strong></i><br>
32
- &nbsp;&nbsp;<i><strong> $\color{Green}{✓}$ <samp>Git-based automations with CI baked integrations for streamlined development workflows</samp></strong></i><br>
20
+ &nbsp;&nbsp;<i><strong>✓<samp>Custom input → output directory structures for tailored project organization.</samp></strong></i><br>
21
+ &nbsp;&nbsp;<i><strong>✓<samp>Compiling TypeScript, JavaScript, TSX, and JSX to support modern web development practices</samp></strong></i><br>
22
+ &nbsp;&nbsp;<i><strong>✓<samp>Tailwind, PostCSS, and SASS stylesheet support for advanced CSS management</samp></strong></i><br>
23
+ &nbsp;&nbsp;<i><strong>✓<samp>Terse minification of Markup and Liquid to optimize performance</samp></strong></i><br>
24
+ &nbsp;&nbsp;<i><strong>✓<samp>Static pages with Markdown → Markup transformation for content creation flexibility</samp></strong></i><br>
25
+ &nbsp;&nbsp;<i><strong>✓<samp>Metafield, Redirects, and Navigation synchronization for seamless data management</samp></strong></i><br>
26
+ &nbsp;&nbsp;<i><strong>✓<samp>Version Controlled theme distribution ensuring consistency and traceability</samp></strong></i><br>
27
+ &nbsp;&nbsp;<i><strong>✓<samp>Shared Schemas as a superset implementation for enhanced data modeling</samp></strong></i><br>
28
+ &nbsp;&nbsp;<i><strong>✓<samp>Frontmatter controlled liquid level configuration to fine-tune template behavior</samp></strong></i><br>
29
+ &nbsp;&nbsp;<i><strong>✓<samp>SVG transform and sprite generation processing for efficient icon and graphic handling</samp></strong></i><br>
30
+ &nbsp;&nbsp;<i><strong>✓<samp>Multistore and theme parallel synchronization to manage multiple storefronts</samp></strong></i><br>
31
+ &nbsp;&nbsp;<i><strong>✓<samp>Websocket HOT Reloads with CFH control and morphing for real-time development feedback</samp></strong></i><br>
32
+ &nbsp;&nbsp;<i><strong>✓<samp>Git-based automations with CI baked integrations for streamlined development workflows</samp></strong></i><br>
33
33
 
34
34
  <h1></h1>
35
35