zibri-cli 1.0.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/LICENSE +21 -0
- package/README.md +1 -0
- package/assets/public/assets.svg +1 -0
- package/assets/public/favicon.ico +0 -0
- package/assets/public/favicon.png +0 -0
- package/assets/public/logo.jpg +0 -0
- package/assets/public/open-api/custom.css +72 -0
- package/assets/public/open-api/swagger-ui-bundle.js +2 -0
- package/assets/public/open-api/swagger-ui-standalone-preset.js +2 -0
- package/assets/public/open-api/swagger-ui.css +3 -0
- package/assets/public/open-api/swagger.png +0 -0
- package/assets/public/style.css +123 -0
- package/dist/commands/base-command.model.js +61 -0
- package/dist/commands/base-command.model.js.map +1 -0
- package/dist/commands/command.enum.js +16 -0
- package/dist/commands/command.enum.js.map +1 -0
- package/dist/commands/help/help.command.js +23 -0
- package/dist/commands/help/help.command.js.map +1 -0
- package/dist/commands/help/index.js +5 -0
- package/dist/commands/help/index.js.map +1 -0
- package/dist/commands/index.js +9 -0
- package/dist/commands/index.js.map +1 -0
- package/dist/commands/is-command.function.js +13 -0
- package/dist/commands/is-command.function.js.map +1 -0
- package/dist/commands/new/index.js +5 -0
- package/dist/commands/new/index.js.map +1 -0
- package/dist/commands/new/new.command.js +344 -0
- package/dist/commands/new/new.command.js.map +1 -0
- package/dist/commands/resolve-command.function.js +22 -0
- package/dist/commands/resolve-command.function.js.map +1 -0
- package/dist/commands/version/index.js +5 -0
- package/dist/commands/version/index.js.map +1 -0
- package/dist/commands/version/version.command.js +25 -0
- package/dist/commands/version/version.command.js.map +1 -0
- package/dist/constants.js +14 -0
- package/dist/constants.js.map +1 -0
- package/dist/encapsulation/chalk.utilities.js +54 -0
- package/dist/encapsulation/chalk.utilities.js.map +1 -0
- package/dist/encapsulation/cp.utilities.js +42 -0
- package/dist/encapsulation/cp.utilities.js.map +1 -0
- package/dist/encapsulation/death.utilities.js +19 -0
- package/dist/encapsulation/death.utilities.js.map +1 -0
- package/dist/encapsulation/figlet.utilities.js +20 -0
- package/dist/encapsulation/figlet.utilities.js.map +1 -0
- package/dist/encapsulation/fs.utilities.js +238 -0
- package/dist/encapsulation/fs.utilities.js.map +1 -0
- package/dist/encapsulation/index.js +10 -0
- package/dist/encapsulation/index.js.map +1 -0
- package/dist/encapsulation/inquirer.utilities.js +54 -0
- package/dist/encapsulation/inquirer.utilities.js.map +1 -0
- package/dist/index.js +34 -0
- package/dist/index.js.map +1 -0
- package/dist/utilities/exit-gracefully.function.js +22 -0
- package/dist/utilities/exit-gracefully.function.js.map +1 -0
- package/dist/utilities/exit-with-error.function.js +19 -0
- package/dist/utilities/exit-with-error.function.js.map +1 -0
- package/dist/utilities/exit-with-interrupt.function.js +15 -0
- package/dist/utilities/exit-with-interrupt.function.js.map +1 -0
- package/dist/utilities/get-path.function.js +26 -0
- package/dist/utilities/get-path.function.js.map +1 -0
- package/dist/utilities/index.js +10 -0
- package/dist/utilities/index.js.map +1 -0
- package/dist/utilities/is-error-with-signal.function.js +13 -0
- package/dist/utilities/is-error-with-signal.function.js.map +1 -0
- package/dist/utilities/is-exit-prompt-error.function.js +12 -0
- package/dist/utilities/is-exit-prompt-error.function.js.map +1 -0
- package/package.json +40 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 Tim Fabian
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# Zibri CLI
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M15.602 4.075c2.201 1.174 4.904 3.254 6.398 5.252-1.286-.9-3.011-1.027-5.058-.549.222-1.469-.185-3.535-1.34-4.703zm-.825 6.925s1.522-7-3.335-7h-5.442v20h16v-10.629c0-3.42-4.214-3.116-7.223-2.371zm-.318-8l-1.459-1h-9v20h1v-19h9.459zm-2.443-2l-1.5-1h-8.516v20h1v-19h9.016z"/></svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
body,
|
|
2
|
+
.swagger-ui .dialog-ux .modal-ux {
|
|
3
|
+
background-color: #2a2a35;;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
svg {
|
|
7
|
+
filter: brightness(0) saturate(100%) invert(96%) sepia(0%) saturate(0%) hue-rotate(0deg) contrast(1);
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.swagger-ui .info .title {
|
|
11
|
+
text-align: center;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.swagger-ui .json-schema-2020-12-property .json-schema-2020-12__title,
|
|
15
|
+
.swagger-ui .tab li,
|
|
16
|
+
.swagger-ui .parameter__type,
|
|
17
|
+
.swagger-ui .parameter__name,
|
|
18
|
+
.swagger-ui table thead tr th,
|
|
19
|
+
.swagger-ui,
|
|
20
|
+
.swagger-ui .opblock .opblock-section-header h4,
|
|
21
|
+
.swagger-ui .btn,
|
|
22
|
+
.swagger-ui .responses-inner h5,
|
|
23
|
+
.swagger-ui .responses-inner h4,
|
|
24
|
+
.swagger-ui .response-col_links,
|
|
25
|
+
.swagger-ui table thead tr td,
|
|
26
|
+
.swagger-ui .response-col_status,
|
|
27
|
+
.swagger-ui .opblock-description-wrapper p,
|
|
28
|
+
.swagger-ui .opblock-tag,
|
|
29
|
+
.swagger-ui .opblock .opblock-summary-path,
|
|
30
|
+
.swagger-ui .info .title,
|
|
31
|
+
.swagger-ui .dialog-ux .modal-ux-header h3,
|
|
32
|
+
.swagger-ui .dialog-ux .modal-ux-content h4,
|
|
33
|
+
.swagger-ui .dialog-ux .modal-ux-content p,
|
|
34
|
+
.swagger-ui label {
|
|
35
|
+
color: whitesmoke;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.swagger-ui table thead tr th,
|
|
39
|
+
.swagger-ui table thead tr td,
|
|
40
|
+
.swagger-ui .opblock-tag {
|
|
41
|
+
border-bottom: 1px solid white;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.swagger-ui .tab li:first-of-type::after {
|
|
45
|
+
background: lightgray;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.swagger-ui .btn {
|
|
49
|
+
border: 2px solid whitesmoke;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.swagger-ui .opblock .opblock-section-header,
|
|
53
|
+
.swagger-ui .scheme-container {
|
|
54
|
+
background-color: #1a1a26;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.swagger-ui table thead tr td,
|
|
58
|
+
.swagger-ui .response-col_status {
|
|
59
|
+
padding-right: 2em;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.swagger-ui .topbar {
|
|
63
|
+
display: none;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.swagger-ui .json-schema-2020-12-body {
|
|
67
|
+
border-left: 1px dashed #afaeae;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.swagger-ui .json-schema-2020-12__attribute--primary {
|
|
71
|
+
color: #019fbe;
|
|
72
|
+
}
|