@mistweaverco/kulala-cli 0.8.2 → 0.8.3
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 +34 -5
- package/dist/cli.cjs +2 -2
- package/dist/install-backend.cjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,8 +5,11 @@
|
|
|
5
5
|
# kulala-cli
|
|
6
6
|
|
|
7
7
|
[![npm][badge-npm]][link-npm]
|
|
8
|
-
[![
|
|
8
|
+
[![Made with love][badge-made-with-love]][contributors]
|
|
9
9
|
[![Discord][badge-discord]][discord]
|
|
10
|
+
[![Development status][badge-development-status]][development-status]
|
|
11
|
+
[![Our manifesto][badge-our-manifesto]][our-manifesto]
|
|
12
|
+
[![AI Policty][badge-ai-policy]][ai-policy]
|
|
10
13
|
|
|
11
14
|
[Install](#install) •
|
|
12
15
|
[Usage](#usage)
|
|
@@ -19,6 +22,17 @@ that supports the Jetbrains .http spec (with full scripting support).
|
|
|
19
22
|
|
|
20
23
|
<p></p>
|
|
21
24
|
|
|
25
|
+
# Other tools 🔧 from the Kulala 🐼 family 🌈
|
|
26
|
+
|
|
27
|
+
[Kulala for Neovim][kulala.nvim] •
|
|
28
|
+
[Kulala Formatter (and converter)][kulala-fmt] •
|
|
29
|
+
[Kulala Desktop][kulala-desktop] •
|
|
30
|
+
[Kulala for Visual Studio Code][kulala.vscode] •
|
|
31
|
+
[Kulala Core][kulala-core]
|
|
32
|
+
[Kulala Github Action][kulala-github-action]
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
22
36
|
</div>
|
|
23
37
|
|
|
24
38
|
## Install
|
|
@@ -215,10 +229,25 @@ docker buildx build --push \
|
|
|
215
229
|
-f Dockerfile .
|
|
216
230
|
```
|
|
217
231
|
|
|
232
|
+
|
|
233
|
+
|
|
218
234
|
[logo]: https://raw.githubusercontent.com/mistweaverco/kulala-cli/main/assets/logo.svg
|
|
219
|
-
[discord]: https://mistweaverco.com/discord
|
|
220
|
-
[badge-discord]: https://mistweaverco.com/assets/badges/discord.svg
|
|
221
|
-
[badge-github]: https://img.shields.io/github/v/release/mistweaverco/kulala-cli?style=for-the-badge
|
|
222
|
-
[link-github]: https://github.com/mistweaverco/kulala-cli/releases/latest
|
|
223
235
|
[badge-npm]: https://img.shields.io/npm/v/@mistweaverco/kulala-cli?style=for-the-badge
|
|
224
236
|
[link-npm]: https://www.npmjs.com/package/@mistweaverco/kulala-cli
|
|
237
|
+
[badge-discord]: https://mistweaverco.com/assets/badges/discord.svg
|
|
238
|
+
[discord]: https://mistweaverco.com/discord
|
|
239
|
+
[badge-made-with-love]: https://mistweaverco.com/assets/badges/made-with-love.svg
|
|
240
|
+
[contributors]: https://github.com/mistweaverco/kulala-cli/graphs/contributors
|
|
241
|
+
[kulala.nvim]: https://github.com/mistweaverco/kulala.nvim
|
|
242
|
+
[kulala-fmt]: https://github.com/mistweaverco/kulala-fmt
|
|
243
|
+
[kulala-desktop]: https://github.com/mistweaverco/kulala-desktop
|
|
244
|
+
[kulala.vscode]: https://github.com/mistweaverco/kulala.vscode
|
|
245
|
+
[kulala-core]: https://github.com/mistweaverco/kulala-core
|
|
246
|
+
[kulala-github-action]: https://github.com/mistweaverco/kulala-github-action
|
|
247
|
+
[demo-image]: https://github.com/user-attachments/assets/a7b3b01f-0115-44dc-94d2-8abd4db6fb60
|
|
248
|
+
[badge-development-status]: https://mistweaverco.com/assets/badges/development-status.svg
|
|
249
|
+
[development-status]: https://mistweaverco.com/roadmap?filter=kulala-cli
|
|
250
|
+
[badge-ai-policy]: https://mistweaverco.com/assets/badges/ai-policy.svg
|
|
251
|
+
[ai-policy]: https://mistweaverco.com/ai-policy
|
|
252
|
+
[badge-our-manifesto]: https://mistweaverco.com/assets/badges/our-manifesto.svg
|
|
253
|
+
[our-manifesto]: https://mistweaverco.com/manifesto
|
package/dist/cli.cjs
CHANGED
|
@@ -46,7 +46,7 @@ let node_readline = require("node:readline");
|
|
|
46
46
|
node_readline = __toESM(node_readline, 1);
|
|
47
47
|
var package_default = {
|
|
48
48
|
name: "@mistweaverco/kulala-cli",
|
|
49
|
-
version: "0.8.
|
|
49
|
+
version: "0.8.3",
|
|
50
50
|
repository: {
|
|
51
51
|
"type": "git",
|
|
52
52
|
"url": "https://github.com/mistweaverco/kulala-cli"
|
|
@@ -3474,7 +3474,7 @@ function fileWalker(inputPath, extensions) {
|
|
|
3474
3474
|
}
|
|
3475
3475
|
//#endregion
|
|
3476
3476
|
//#region src/versions/backend.ts
|
|
3477
|
-
var KULALA_CORE_VERSION = "0.24.
|
|
3477
|
+
var KULALA_CORE_VERSION = "0.24.3";
|
|
3478
3478
|
//#endregion
|
|
3479
3479
|
//#region src/lib/downloader/index.ts
|
|
3480
3480
|
var BINARY_NAME = "kulala-core";
|
package/dist/install-backend.cjs
CHANGED
|
@@ -29,7 +29,7 @@ let path = require("path");
|
|
|
29
29
|
path = __toESM(path, 1);
|
|
30
30
|
let stream_promises = require("stream/promises");
|
|
31
31
|
//#region src/versions/backend.ts
|
|
32
|
-
var KULALA_CORE_VERSION = "0.24.
|
|
32
|
+
var KULALA_CORE_VERSION = "0.24.3";
|
|
33
33
|
//#endregion
|
|
34
34
|
//#region src/lib/downloader/index.ts
|
|
35
35
|
var BINARY_NAME = "kulala-core";
|