@decaf-ts/cli 0.4.4 → 0.4.6

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.
Files changed (63) hide show
  1. package/README.md +1 -1
  2. package/dist/cli.cjs +1 -1
  3. package/dist/cli.cjs.map +1 -1
  4. package/dist/cli.js +1 -1
  5. package/dist/cli.js.map +1 -1
  6. package/lib/CliWrapper.cjs +254 -91
  7. package/lib/CliWrapper.d.ts +32 -4
  8. package/lib/CliWrapper.js.map +1 -1
  9. package/lib/banners.cjs +394 -0
  10. package/lib/banners.d.ts +3 -0
  11. package/lib/banners.js.map +1 -0
  12. package/lib/demo/cli-module.cjs +9 -39
  13. package/lib/demo/cli-module.d.ts +0 -33
  14. package/lib/demo/cli-module.js.map +1 -1
  15. package/lib/environment.cjs +17 -0
  16. package/lib/environment.d.ts +17 -0
  17. package/lib/environment.js.map +1 -0
  18. package/lib/esm/CliWrapper.d.ts +32 -4
  19. package/lib/esm/CliWrapper.js +255 -92
  20. package/lib/esm/CliWrapper.js.map +1 -1
  21. package/lib/esm/banners.d.ts +3 -0
  22. package/lib/esm/banners.js +391 -0
  23. package/lib/esm/banners.js.map +1 -0
  24. package/lib/esm/demo/cli-module.d.ts +0 -33
  25. package/lib/esm/demo/cli-module.js +9 -39
  26. package/lib/esm/demo/cli-module.js.map +1 -1
  27. package/lib/esm/environment.d.ts +17 -0
  28. package/lib/esm/environment.js +11 -0
  29. package/lib/esm/environment.js.map +1 -0
  30. package/lib/esm/index.d.ts +1 -0
  31. package/lib/esm/index.js +1 -0
  32. package/lib/esm/index.js.map +1 -1
  33. package/lib/esm/logging.d.ts +3 -0
  34. package/lib/esm/logging.js +16 -0
  35. package/lib/esm/logging.js.map +1 -0
  36. package/lib/esm/slogans.d.ts +40 -0
  37. package/lib/esm/slogans.js +142 -0
  38. package/lib/esm/slogans.js.map +1 -0
  39. package/lib/esm/utils-module/cli-module.d.ts +2 -0
  40. package/lib/esm/utils-module/cli-module.js +77 -0
  41. package/lib/esm/utils-module/cli-module.js.map +1 -0
  42. package/lib/esm/utils.js +1 -1
  43. package/lib/esm/utils.js.map +1 -1
  44. package/lib/esm/version.d.ts +1 -1
  45. package/lib/esm/version.js +1 -1
  46. package/lib/index.cjs +1 -0
  47. package/lib/index.d.ts +1 -0
  48. package/lib/index.js.map +1 -1
  49. package/lib/logging.cjs +19 -0
  50. package/lib/logging.d.ts +3 -0
  51. package/lib/logging.js.map +1 -0
  52. package/lib/slogans.cjs +150 -0
  53. package/lib/slogans.d.ts +40 -0
  54. package/lib/slogans.js.map +1 -0
  55. package/lib/utils-module/cli-module.cjs +83 -0
  56. package/lib/utils-module/cli-module.d.ts +2 -0
  57. package/lib/utils-module/cli-module.js.map +1 -0
  58. package/lib/utils.cjs +1 -1
  59. package/lib/utils.js.map +1 -1
  60. package/lib/version.cjs +1 -1
  61. package/lib/version.d.ts +1 -1
  62. package/package.json +3 -2
  63. package/workdocs/assets/slogans.json +194 -0
package/lib/version.cjs CHANGED
@@ -8,7 +8,7 @@ const decoration_1 = require("@decaf-ts/decoration");
8
8
  * @const VERSION
9
9
  * @memberOf module:CLI
10
10
  */
11
- exports.VERSION = "0.4.3";
11
+ exports.VERSION = "0.4.6";
12
12
  /**
13
13
  * @description Stores the current package version
14
14
  * @summary A constant that holds the version string of the package, which is replaced during build
package/lib/version.d.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * @const VERSION
5
5
  * @memberOf module:CLI
6
6
  */
7
- export declare const VERSION = "0.4.3";
7
+ export declare const VERSION = "0.4.6";
8
8
  /**
9
9
  * @description Stores the current package version
10
10
  * @summary A constant that holds the version string of the package, which is replaced during build
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decaf-ts/cli",
3
- "version": "0.4.4",
3
+ "version": "0.4.6",
4
4
  "description": "cli for decaf-ts projects",
5
5
  "type": "module",
6
6
  "exports": {
@@ -55,7 +55,8 @@
55
55
  },
56
56
  "files": [
57
57
  "lib",
58
- "dist"
58
+ "dist",
59
+ "workdocs/assets/slogans.json"
59
60
  ],
60
61
  "keywords": [
61
62
  "cli",
@@ -0,0 +1,194 @@
1
+ [
2
+ {
3
+ "Slogan": "CLI: Your code’s command‑line calm in a caffeinated world.",
4
+ "Tags": "CLI, Coffee‑themed, Developer"
5
+ },
6
+ {
7
+ "Slogan": "Run commands, not your heartbeat.",
8
+ "Tags": "CLI, Calm, Humor"
9
+ },
10
+ {
11
+ "Slogan": "Install once. Ship features forever. No caffeine required.",
12
+ "Tags": "Workflow, Coffee‑themed, Productivity"
13
+ },
14
+ {
15
+ "Slogan": "The CLI that brews your releases smoother than your morning decaf.",
16
+ "Tags": "Release, Coffee‑themed, DevX"
17
+ },
18
+ {
19
+ "Slogan": "Command‑line interface that doesn’t interface with your panic button.",
20
+ "Tags": "CLI, Calm, Humor"
21
+ },
22
+ {
23
+ "Slogan": "Generate, test, deploy — with a gentle click, not a frantic chase.",
24
+ "Tags": "CLI, DevOps, Calm"
25
+ },
26
+ {
27
+ "Slogan": "Scaffolding without the caffeine crash.",
28
+ "Tags": "Scaffolding, Coffee‑themed, Developer"
29
+ },
30
+ {
31
+ "Slogan": "CLI commands so smooth you’ll forget you typed them.",
32
+ "Tags": "CLI, Chill, Developer"
33
+ },
34
+ {
35
+ "Slogan": "Bump version, tag release, sip coffee. Repeat.",
36
+ "Tags": "Release, Coffee‑themed, Humor"
37
+ },
38
+ {
39
+ "Slogan": "Your terminal’s new best friend — decaf‑approved.",
40
+ "Tags": "Terminal, Branding, Coffee‑themed"
41
+ },
42
+ {
43
+ "Slogan": "CLI this. Command that. Without causing your dev heart to spike.",
44
+ "Tags": "CLI, Calm, Developer"
45
+ },
46
+ {
47
+ "Slogan": "Scripts that serve features, not adrenaline.",
48
+ "Tags": "Scripts, Calm, Technical"
49
+ },
50
+ {
51
+ "Slogan": "Automate the boring parts. Relax during the rest.",
52
+ "Tags": "Automation, Productivity, Calm"
53
+ },
54
+ {
55
+ "Slogan": "CLI with barista‑level polish.",
56
+ "Tags": "CLI, Coffee‑themed, UX"
57
+ },
58
+ {
59
+ "Slogan": "Deployments that feel like Sunday brunch.",
60
+ "Tags": "Deploy, Chill, Metaphor"
61
+ },
62
+ {
63
+ "Slogan": "Run generator. Grab decaf. Celebrate minimal bug count.",
64
+ "Tags": "Generator, Coffee‑themed, Fun"
65
+ },
66
+ {
67
+ "Slogan": "Your tooling should relax you, not stress you — CLI included.",
68
+ "Tags": "DevTools, Calm, Developer"
69
+ },
70
+ {
71
+ "Slogan": "Command‑line magic that doesn’t require caffeine spells.",
72
+ "Tags": "CLI, Humor, Calm"
73
+ },
74
+ {
75
+ "Slogan": "CLI: Because your code deserves smooth launches and smooth lattes.",
76
+ "Tags": "Release, Coffee‑themed, Branding"
77
+ },
78
+ {
79
+ "Slogan": "No caffeine jitters. Just clean builds.",
80
+ "Tags": "Build, Calm, Technical"
81
+ },
82
+ {
83
+ "Slogan": "Terminal tasks don’t need to feel like espresso shots.",
84
+ "Tags": "Terminal, Coffee‑themed, Developer"
85
+ },
86
+ {
87
+ "Slogan": "Execute commands. Exhale. Enjoy decaf.",
88
+ "Tags": "CLI, Calm, Workflow"
89
+ },
90
+ {
91
+ "Slogan": "From init to publish — a journey less frantic, more refined.",
92
+ "Tags": "CLI, Release, Calm"
93
+ },
94
+ {
95
+ "Slogan": "Scripts that flow like slow‑pour latte art.",
96
+ "Tags": "Scripts, Coffee‑themed, Fun"
97
+ },
98
+ {
99
+ "Slogan": "Your code’s new morning ritual: launch CLI, sip decaf, ship features.",
100
+ "Tags": "Workflow, Coffee‑themed, Developer"
101
+ },
102
+ {
103
+ "Slogan": "Generate templates. Delete boilerplate. Breathe deeply.",
104
+ "Tags": "Generator, Calm, Developer"
105
+ },
106
+ {
107
+ "Slogan": "CLI commands worthy of a café soundtrack.",
108
+ "Tags": "CLI, Humor, Branding"
109
+ },
110
+ {
111
+ "Slogan": "Stop sprinting through your tooling. Walk. Breathe. Ship.",
112
+ "Tags": "Workflow, Calm, DevX"
113
+ },
114
+ {
115
+ "Slogan": "Your terminal session: now in lounge mode.",
116
+ "Tags": "Terminal, Chill, Developer"
117
+ },
118
+ {
119
+ "Slogan": "From blank project to feature‑rich: all served decaf.",
120
+ "Tags": "Setup, Coffee‑themed, Productivity"
121
+ },
122
+ {
123
+ "Slogan": "Automate your release train without boarding a stress express.",
124
+ "Tags": "Release, Calm, Developer"
125
+ },
126
+ {
127
+ "Slogan": "The CLI that keeps your dev pulses steady.",
128
+ "Tags": "CLI, Wellness, Tech"
129
+ },
130
+ {
131
+ "Slogan": "Less sugar‑rush commands. More stable deployments.",
132
+ "Tags": "Deploy, Calm, Humor"
133
+ },
134
+ {
135
+ "Slogan": "Forge your project with elegance — no caffeine spikes needed.",
136
+ "Tags": "ProjectSetup, Calm, Developer"
137
+ },
138
+ {
139
+ "Slogan": "Terminal tasks done while your thoughts stay cool and collected.",
140
+ "Tags": "Terminal, Calm, DevX"
141
+ },
142
+ {
143
+ "Slogan": "CLI: Because productivity doesn’t require palpitations.",
144
+ "Tags": "CLI, Calm, Developer"
145
+ },
146
+ {
147
+ "Slogan": "Generate code while your coffee cools.",
148
+ "Tags": "Coffee‑themed, Generator, Fun"
149
+ },
150
+ {
151
+ "Slogan": "Launch scripts. Not panic attacks.",
152
+ "Tags": "Scripts, Calm, Humor"
153
+ },
154
+ {
155
+ "Slogan": "Your build scripts finally learned to chill.",
156
+ "Tags": "Build, Calm, Developer"
157
+ },
158
+ {
159
+ "Slogan": "From run‑nervous‑to‑build to run‑relax‑to‑ship.",
160
+ "Tags": "Workflow, Humor, Technical"
161
+ },
162
+ {
163
+ "Slogan": "Your code’s liftoff, no caffeine liftoff included.",
164
+ "Tags": "Release, Calm, Developer"
165
+ },
166
+ {
167
+ "Slogan": "CLI: the quiet hero of your dev stack.",
168
+ "Tags": "CLI, Branding, Chill"
169
+ },
170
+ {
171
+ "Slogan": "Script once. Breathe often.",
172
+ "Tags": "Automation, Calm, Developer"
173
+ },
174
+ {
175
+ "Slogan": "Deployments that sip, not slam.",
176
+ "Tags": "Deploy, Coffee‑themed, Fun"
177
+ },
178
+ {
179
+ "Slogan": "One CLI to rule them… quietly.",
180
+ "Tags": "CLI, Humor, Developer"
181
+ },
182
+ {
183
+ "Slogan": "Coffee in your mug. Calm in your terminal.",
184
+ "Tags": "Coffee‑themed, Terminal, Developer"
185
+ },
186
+ {
187
+ "Slogan": "CLI commands so smooth they pair with your decaf latte.",
188
+ "Tags": "CLI, Coffee‑themed, UX"
189
+ },
190
+ {
191
+ "Slogan": "Your dev stack’s decaf upgrade starts at the terminal.",
192
+ "Tags": "CLI, Branding, Developer"
193
+ }
194
+ ]