@signskart/shared 1.2.2 β 1.2.4
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 +65 -3
- package/package.json +1 -1
package/ReadMe.md
CHANGED
|
@@ -1,4 +1,66 @@
|
|
|
1
|
-
|
|
1
|
+
## π¦ Publish Instructions
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
To build and publish this package, follow these steps:
|
|
4
|
+
|
|
5
|
+
### Step 1: Build the Project
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npm run build
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
### Step 2: Publish the Package
|
|
12
|
+
|
|
13
|
+
```bash
|
|
14
|
+
npm publish --access public
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
## π« Usage Notice
|
|
20
|
+
|
|
21
|
+
> **β οΈ This package is the intellectual property of [Signskart](https://www.signskart.com). Unauthorized use, distribution, modification, or publishing is strictly prohibited.**
|
|
22
|
+
|
|
23
|
+
You **may not**:
|
|
24
|
+
|
|
25
|
+
* Use this package in your projects without written permission from Signskart.
|
|
26
|
+
* Rebrand or redistribute it under your own or another name.
|
|
27
|
+
* Reverse-engineer or repurpose any part of the codebase.
|
|
28
|
+
|
|
29
|
+
All rights reserved Β© Signskart, 2025.
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
## β
Intended Use Case
|
|
34
|
+
|
|
35
|
+
This package is developed exclusively for Signskartβs internal and client-facing projects. It is optimized to support features and workflows aligned with our services, including but not limited to:
|
|
36
|
+
|
|
37
|
+
* Signboard design automation
|
|
38
|
+
* Print-ready file generation
|
|
39
|
+
* Vendor-side tool integration
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
43
|
+
## π€ Collaboration & Permission
|
|
44
|
+
|
|
45
|
+
If you are interested in collaborating, contributing, or using this package under a commercial or open-source license, please contact:
|
|
46
|
+
|
|
47
|
+
π§ **Email**: [support@signskart.com](mailto:support@signskart.com)
|
|
48
|
+
|
|
49
|
+
π **Website**: [https://www.signskart.com](https://www.signskart.com)
|
|
50
|
+
|
|
51
|
+
We welcome:
|
|
52
|
+
|
|
53
|
+
* Strategic tech partnerships
|
|
54
|
+
* Contributions under an approved contributor license
|
|
55
|
+
* API integrations aligned with our ecosystem
|
|
56
|
+
|
|
57
|
+
---
|
|
58
|
+
|
|
59
|
+
## βοΈ Author Signature
|
|
60
|
+
|
|
61
|
+
Warm regards,
|
|
62
|
+
**Rajan Sharma**
|
|
63
|
+
Senior Software Developer | Founder at [Signskart](https://signskart.com)
|
|
64
|
+
π§ [rajansharmaa46@gmail.com](mailto:rajansharmaa46@gmail.com)
|
|
65
|
+
|
|
66
|
+
π [https://github.com/rajansharmax](https://github.com/rajansharmax)
|