creatium 0.1.12 → 0.1.13
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 +20 -12
- package/dist/main.cjs +2025 -0
- package/dist/main.d.cts +1654 -0
- package/dist/main.d.mts +210 -138
- package/dist/main.d.ts +210 -138
- package/dist/main.mjs +287 -144
- package/package.json +27 -17
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://www.instagram.com/pigeon.posse/)
|
|
8
8
|
[](https://medium.com/@pigeonposse)
|
|
9
9
|
|
|
10
|
-
[](https://creatium.pigeonposse.com)
|
|
10
|
+
[](https://creatium.pigeonposse.com/guide/core)
|
|
11
11
|
|
|
12
12
|
[](/LICENSE)
|
|
13
13
|
[](https://www.npmjs.com/package/creatium)
|
|
@@ -18,11 +18,11 @@ Build your create-bins quickly and easily
|
|
|
18
18
|
|
|
19
19
|
- [What is it `creatium`?](#what-is-it-creatium)
|
|
20
20
|
- [🔑 Installation](#-installation)
|
|
21
|
-
- [More](
|
|
21
|
+
- [➕ More](#-more)
|
|
22
22
|
- [👨💻 Development](#-development)
|
|
23
|
-
- [
|
|
23
|
+
- [❤️ Donate](#-donate)
|
|
24
24
|
- [📜 License](#-license)
|
|
25
|
-
- [
|
|
25
|
+
- [✨ About us](#-about-us)
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
## What is it `creatium`?
|
|
@@ -53,10 +53,10 @@ bun add creatium
|
|
|
53
53
|
deno add creatium
|
|
54
54
|
```
|
|
55
55
|
|
|
56
|
-
## More
|
|
56
|
+
## ➕ More
|
|
57
57
|
|
|
58
|
-
- [Core](https://creatium.pigeonposse.com/guide/core)
|
|
59
|
-
- [Create](https://creatium.pigeonposse.com/guide/create)
|
|
58
|
+
- 🌞 [Core](https://creatium.pigeonposse.com/guide/core)
|
|
59
|
+
- 🚀 [Create](https://creatium.pigeonposse.com/guide/create)
|
|
60
60
|
|
|
61
61
|
|
|
62
62
|
---
|
|
@@ -69,7 +69,7 @@ __creatium__ is an open-source project and its development is open to anyone who
|
|
|
69
69
|
[](https://github.com/pigeonposse/creatium/pulls)
|
|
70
70
|
[](https://creatium.pigeonposse.com)
|
|
71
71
|
|
|
72
|
-
##
|
|
72
|
+
## ❤️ Donate
|
|
73
73
|
|
|
74
74
|
Help us to develop more interesting things.
|
|
75
75
|
|
|
@@ -77,16 +77,24 @@ Help us to develop more interesting things.
|
|
|
77
77
|
|
|
78
78
|
## 📜 License
|
|
79
79
|
|
|
80
|
-
This software is licensed with __[GPL-3.0](
|
|
80
|
+
This software is licensed with __[GPL-3.0]({{const.pkg.extra.licenseURL}})__.
|
|
81
81
|
|
|
82
|
-
[](
|
|
82
|
+
[]({{const.pkg.extra.licenseURL}})
|
|
83
83
|
|
|
84
|
-
##
|
|
84
|
+
## ✨ About us
|
|
85
85
|
|
|
86
|
-
*PigeonPosse* is a
|
|
86
|
+
*PigeonPosse* is a __code development collective__ focused on creating practical and interesting tools that help developers and users enjoy a more agile and comfortable experience. Our projects cover various programming sectors and we do not have a thematic limitation in terms of projects.
|
|
87
87
|
|
|
88
88
|
[](https://github.com/pigeonposse)
|
|
89
89
|
|
|
90
|
+
|
|
91
|
+
## Contributors
|
|
92
|
+
|
|
93
|
+
| | Name | Role |
|
|
94
|
+
| ----- | ---- | ---- |
|
|
95
|
+
|  | [Angelo](https://github.com/angelespejo) | 👑 Author |
|
|
96
|
+
|  | [PigeonPosse](https://github.com/pigeonposse) | 🏢 Organization |
|
|
97
|
+
|
|
90
98
|
---
|
|
91
99
|
|
|
92
100
|
[](https://pigeonposse.com)
|