easyorders 0.1.6 → 0.1.7
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.
- package/README.md +1 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Easy Orders CLI
|
|
2
2
|
|
|
3
|
-
CLI tool for creating and developing [EasyOrders](https://www.
|
|
3
|
+
CLI tool for creating and developing [EasyOrders](https://www.easyorders.eg) storefront themes. Edit Liquid templates, CSS, and JavaScript in the `theme/` folder and preview changes on a live store instantly.
|
|
4
4
|
|
|
5
5
|
Full theme documentation — Liquid variables, palette, sections, events:
|
|
6
6
|
|
|
@@ -16,9 +16,6 @@ The tunnel URL is tied to your current browser session. When you stop the dev se
|
|
|
16
16
|
npm install -g easyorders
|
|
17
17
|
```
|
|
18
18
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
19
|
## Usage
|
|
23
20
|
|
|
24
21
|
### Create a new theme project
|