creatium 0.1.17 → 0.2.2
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/LICENSE +21 -676
- package/README.md +6 -10
- package/dist/index.d.mts +881 -0
- package/dist/index.d.ts +881 -0
- package/dist/{main.mjs → index.mjs} +330 -1080
- package/dist/shared/creatium.v0AbQ44Q.mjs +5912 -0
- package/dist/utils.d.mts +1013 -0
- package/dist/utils.d.ts +1013 -0
- package/dist/utils.mjs +2 -0
- package/package.json +17 -29
- package/dist/main.cjs +0 -2061
- package/dist/main.d.cts +0 -1672
- package/dist/main.d.mts +0 -1672
- package/dist/main.d.ts +0 -1672
package/README.md
CHANGED
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|
|
|
12
12
|
[](/LICENSE)
|
|
13
13
|
[](https://www.npmjs.com/package/creatium)
|
|
14
|
+
[](https://www.npmjs.com/package/creatium)
|
|
15
|
+
[](https://www.npmjs.com/package/creatium)
|
|
14
16
|
|
|
15
17
|
Build your create-bins quickly and easily
|
|
16
18
|
|
|
@@ -77,7 +79,7 @@ Help us to develop more interesting things.
|
|
|
77
79
|
|
|
78
80
|
## 📜 License
|
|
79
81
|
|
|
80
|
-
This software is licensed with __[
|
|
82
|
+
This software is licensed with __[MIT]({{const.pkg.extra.licenseURL}})__.
|
|
81
83
|
|
|
82
84
|
[]({{const.pkg.extra.licenseURL}})
|
|
83
85
|
|
|
@@ -112,21 +114,15 @@ This software is licensed with __[GPL-3.0]({{const.pkg.extra.licenseURL}})__.
|
|
|
112
114
|
██╔═══╝ ██║██║ ██║██╔══╝ ██║ ██║██║╚██╗██║██╔═══╝ ██║ ██║╚════██║╚════██║██╔══╝
|
|
113
115
|
██║ ██║╚██████╔╝███████╗╚██████╔╝██║ ╚████║██║ ╚██████╔╝███████║███████║███████╗
|
|
114
116
|
╚═╝ ╚═╝ ╚═════╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═══╝╚═╝ ╚═════╝ ╚══════╝╚══════╝╚══════╝
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
█████╗█████╗█████╗█████╗█████╗█████╗█████╗
|
|
119
|
-
╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
117
|
+
█████╗█████╗█████╗█████╗█████╗█████╗█████╗█████╗█████╗
|
|
118
|
+
╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝
|
|
123
119
|
██████╗██████╗ ███████╗ █████╗ ████████╗██╗██╗ ██╗███╗ ███╗
|
|
124
120
|
██╔════╝██╔══██╗██╔════╝██╔══██╗╚══██╔══╝██║██║ ██║████╗ ████║
|
|
125
121
|
██║ ██████╔╝█████╗ ███████║ ██║ ██║██║ ██║██╔████╔██║
|
|
126
122
|
██║ ██╔══██╗██╔══╝ ██╔══██║ ██║ ██║██║ ██║██║╚██╔╝██║
|
|
127
123
|
╚██████╗██║ ██║███████╗██║ ██║ ██║ ██║╚██████╔╝██║ ╚═╝ ██║
|
|
128
124
|
╚═════╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝
|
|
129
|
-
|
|
125
|
+
|
|
130
126
|
- Author: [Angelo](https://github.com/angelespejo)
|
|
131
127
|
|
|
132
128
|
|