@shoperzz/cli 0.0.1 → 0.0.3-beta.0
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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +13 -0
- package/README.md +37 -8
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @shoperzz/cli
|
|
2
2
|
|
|
3
|
+
## 0.0.3-beta.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d19ddc9: stabilization of release infrastructure, documentation refinement and CI updates
|
|
8
|
+
|
|
9
|
+
## 0.0.2-alpha.0
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 7135ca9: docs(monorepo): professionalize package READMEs and finalize unified release infrastructure
|
|
14
|
+
- fd02ee3: docs(monorepo): align package licenses with GPL-3.0 standards
|
|
15
|
+
|
|
3
16
|
## 0.0.1
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -1,13 +1,42 @@
|
|
|
1
|
-
|
|
1
|
+
<div align="center">
|
|
2
|
+
<img src="../../assets/logos/LOGO-COLORED-SVG.svg" alt="Shoperzz" width="300" />
|
|
3
|
+
<br/>
|
|
4
|
+
<p>
|
|
5
|
+
<strong>@shoperzz/cli</strong><br/>
|
|
6
|
+
The official command-line toolkit for Shoperzz developers.
|
|
7
|
+
</p>
|
|
2
8
|
|
|
3
|
-
|
|
9
|
+
<div>
|
|
10
|
+
<img src="https://img.shields.io/badge/Node.js-339933?style=flat-square&logo=node.js&logoColor=white" alt="Node.js">
|
|
11
|
+
<img src="https://img.shields.io/badge/TypeScript-007ACC?style=flat-square&logo=typescript&logoColor=white" alt="TypeScript">
|
|
12
|
+
<img src="https://img.shields.io/badge/pnpm-F69220?style=flat-square&logo=pnpm&logoColor=white" alt="pnpm">
|
|
13
|
+
<img src="https://img.shields.io/npm/v/@shoperzz/cli?style=flat-square&logo=npm&color=CB3837" alt="npm version">
|
|
14
|
+
</div>
|
|
15
|
+
</div>
|
|
4
16
|
|
|
5
|
-
|
|
17
|
+
<br/>
|
|
6
18
|
|
|
7
|
-
|
|
8
|
-
- `shoperzz add plugin`: Automatically install and configure a plugin.
|
|
9
|
-
- `shoperzz generate`: Create boilerplate for developers.
|
|
19
|
+
## Narrative Synthesis
|
|
10
20
|
|
|
11
|
-
|
|
21
|
+
@shoperzz/cli is the gateway to the Shoperzz development ecosystem. It simplifies the setup of new projects, manages plugin scaffolding, and provides auditing tools for release governance, ensuring developers follow the Elite Standards from day one.
|
|
12
22
|
|
|
13
|
-
|
|
23
|
+
## Key Technical Capabilities
|
|
24
|
+
|
|
25
|
+
- **Scaffolding Engine**: Instant creation of Shoperzz projects, core modules, and specialized plugins.
|
|
26
|
+
- **Release Auditing**: Integrated checks for version consistency and protocol compliance.
|
|
27
|
+
- **African Localization**: Built-in presets for regional configurations during initial setup.
|
|
28
|
+
- **DX First**: High-performance loaders and interactive prompts powered by Clack/Inquirer.
|
|
29
|
+
|
|
30
|
+
## Installation
|
|
31
|
+
|
|
32
|
+
```bash
|
|
33
|
+
pnpm add -g @shoperzz/cli
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
## Governance
|
|
37
|
+
|
|
38
|
+
This package follows the Elite Release Protocol. Versions and tags are managed automatically by the Shoperzz Release Bot.
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
[License: GPL-3.0-or-later](../../LICENSE.md) © Shoperzz
|