@gesslar/muddy 0.0.1

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 ADDED
@@ -0,0 +1,89 @@
1
+ # muddy
2
+
3
+ <p align="center">
4
+ <img src="mud-128.png" alt="Description of image">
5
+ </p>
6
+
7
+ HEY!
8
+
9
+ _HEY!_
10
+
11
+ Do you love [muddler](https://github.com/demonnic/muddler)?? ME TOO!!! If you
12
+ _don't_, then you it only stands to reason that you are entirely ignorant of
13
+ the amazing work of [@demonnic](https://github.com/demonnic). And that is
14
+ inexcusable. Because _he is a god_ and you need to worship at the altar that is
15
+ his amazing work.
16
+
17
+ That said, I wish it weren't written in Java, cos I can't help. `:'(`
18
+
19
+ But I know a few bars of [JavaScript](https://www.javascript.com/).
20
+
21
+ I have tried to make **muddy** work as closely to **muddler** as I could.
22
+ Maybe it worked, maybe I failed miserably. idfk, it *Works on My Computerâ„¢*.
23
+
24
+ My version is a clean-room implementation and I haven't even peeked at
25
+ demonnic's, because, frankly, as implicated above, I am woefully inadequate
26
+ for the Java. Which, honestly? I'm fine with.
27
+
28
+ So, if you want to use **muddy**, the syntax is the same. The structure it
29
+ expects is the same. The output is... errr, probably... the same... ish?
30
+
31
+ I'm not gonna re-teach you how to use an identical cli-based thing, when,
32
+ to repeat, the amazing god that is demonnic has already strived... strove...
33
+ striven? to do it already and it's great.
34
+
35
+ The only difference between invoking **muddy** over **muddler** is the cli.
36
+
37
+ ## Immediate Invocation
38
+
39
+ ```shell
40
+ # pnpm
41
+ pnpx @gesslar/muddy --help
42
+
43
+ # npm
44
+ npx @gesslar/muddy --help
45
+ ```
46
+
47
+ ## Install as a dependency, if you want, you don't have to
48
+
49
+ ```shell
50
+ # pnpm
51
+ pnpm add -d @gesslar/muddy
52
+
53
+ #npm
54
+ npm i -d @gesslar/muddy
55
+ ```
56
+
57
+ ## Post Hocktuah
58
+
59
+ I just realised that I didn't implement creating or scaffolding a new project
60
+ like **muddler** does. Maybe in the next version.
61
+
62
+ Also, shout out to [@Edru2](https://github.com/Edru2) for
63
+ [DeMuddler](https://github.com/Edru2/DeMuddler) which is just sex on a stick.
64
+
65
+ Which is exactly how everybody likes their sex, yes? Yes. Okay.
66
+
67
+ _did you know there's a javascript.com?? I just found that out. holy shit._
68
+
69
+ ## License
70
+
71
+ muddy itself is released into the public domain under the
72
+ [Unlicense](UNLICENSE.txt).
73
+
74
+ This package includes or depends on third-party components under their own
75
+ licenses:
76
+
77
+ | Dependency | License |
78
+ | --- | --- |
79
+ | [@gesslar/actioneer](https://github.com/gesslar/actioneer) | Unlicense |
80
+ | [@gesslar/colours](https://github.com/gesslar/colours) | Unlicense |
81
+ | [@gesslar/toolkit](https://github.com/gesslar/toolkit) | Unlicense |
82
+ | [adm-zip](https://github.com/cthackers/adm-zip) | MIT |
83
+ | [archiver](https://github.com/archiverjs/node-archiver) | MIT |
84
+ | [commander](https://github.com/tj/commander.js) | MIT |
85
+ | [xmlbuilder2](https://github.com/oozcitak/xmlbuilder2) | MIT |
86
+
87
+ ## Postmate
88
+
89
+ _did you know there's a javascript.com?? I just found that out. holy shit._
package/UNLICENSE.txt ADDED
@@ -0,0 +1,24 @@
1
+ This is free and unencumbered software released into the public domain.
2
+
3
+ Anyone is free to copy, modify, publish, use, compile, sell, or
4
+ distribute this software, either in source code form or as a compiled
5
+ binary, for any purpose, commercial or non-commercial, and by any
6
+ means.
7
+
8
+ In jurisdictions that recognize copyright laws, the author or authors
9
+ of this software dedicate any and all copyright interest in the
10
+ software to the public domain. We make this dedication for the benefit
11
+ of the public at large and to the detriment of our heirs and
12
+ successors. We intend this dedication to be an overt act of
13
+ relinquishment in perpetuity of all present and future rights to this
14
+ software under copyright law.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19
+ IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
20
+ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22
+ OTHER DEALINGS IN THE SOFTWARE.
23
+
24
+ For more information, please refer to <https://unlicense.org>
package/package.json ADDED
@@ -0,0 +1,69 @@
1
+ {
2
+ "name": "@gesslar/muddy",
3
+ "description": "The red-headed stepchild of muddler.",
4
+ "author": {
5
+ "name": "gesslar",
6
+ "url": "https://gesslar.dev"
7
+ },
8
+ "version": "0.0.1",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/gesslar/muddy.git"
12
+ },
13
+ "bin": "./src/cli.js",
14
+ "type": "module",
15
+ "files": [
16
+ "UNLICENSE.txt",
17
+ "src/**/*.js"
18
+ ],
19
+ "keywords": [
20
+ "mud",
21
+ "muddy",
22
+ "muddler",
23
+ "demuddler",
24
+ "mudlet",
25
+ "lua",
26
+ "para",
27
+ "bailar",
28
+ "la",
29
+ "bamba"
30
+ ],
31
+ "license": "Unlicense",
32
+ "main": "src/cli.js",
33
+ "engines": {
34
+ "node": ">=v24.13.0"
35
+ },
36
+ "icon": "mud-128.png",
37
+ "homepage": "https://github.com/gesslar/muddy",
38
+ "dependencies": {
39
+ "@gesslar/actioneer": "^2.2.0",
40
+ "@gesslar/colours": "^0.8.0",
41
+ "@gesslar/toolkit": "^3.33.0",
42
+ "adm-zip": "^0.5.16",
43
+ "archiver": "^7.0.1",
44
+ "commander": "^14.0.3",
45
+ "xmlbuilder2": "^4.0.3"
46
+ },
47
+ "devDependencies": {
48
+ "@gesslar/uglier": "^1.3.0",
49
+ "console-ninja": "^1.0.0",
50
+ "eslint": "^10.0.0",
51
+ "typescript": "^5.9.3"
52
+ },
53
+ "scripts": {
54
+ "lint": "eslint",
55
+ "lint:fix": "eslint --fix",
56
+ "types": "tsc -p tsconfig.types.json",
57
+ "build": "mkdir -pv ./dist && pnpm pack --pack-destination ./dist/",
58
+ "update": "pnpm self-update && pnpx npm-check-updates -u && pnpm install",
59
+ "submit": "pnpm publish --access public --//registry.npmjs.org/:_authToken=\"${NPM_ACCESS_TOKEN}\"",
60
+ "test": "node --test",
61
+ "test:watch": "node --test --watch",
62
+ "test:unit": "node --test test/unit/**/*.test.js",
63
+ "muddy": "node src/cli.js work/ThresholdUI -n",
64
+ "pr": "gt submit -p --ai",
65
+ "patch": "pnpm version patch",
66
+ "minor": "pnpm version minor",
67
+ "major": "pnpm version major"
68
+ }
69
+ }