just-bash-util 0.1.1 → 0.1.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/README.md +4 -1
- package/package.json +9 -1
package/README.md
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
# just-bash-util
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/just-bash-util)
|
|
4
|
+
[](https://github.com/blindmansion/just-bash-util)
|
|
5
|
+
|
|
3
6
|
CLI command framework, config file discovery, and path utilities for [just-bash](https://www.npmjs.com/package/just-bash).
|
|
4
7
|
|
|
5
8
|
## Install
|
|
6
9
|
|
|
7
10
|
```bash
|
|
8
|
-
|
|
11
|
+
npm install just-bash-util just-bash
|
|
9
12
|
```
|
|
10
13
|
|
|
11
14
|
## Modules
|
package/package.json
CHANGED
|
@@ -1,10 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "just-bash-util",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "CLI command framework, config file discovery, and path utilities for just-bash",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "blindmansion",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "https://github.com/blindmansion/just-bash-util.git"
|
|
11
|
+
},
|
|
12
|
+
"homepage": "https://github.com/blindmansion/just-bash-util",
|
|
13
|
+
"bugs": {
|
|
14
|
+
"url": "https://github.com/blindmansion/just-bash-util/issues"
|
|
15
|
+
},
|
|
8
16
|
"keywords": [
|
|
9
17
|
"cli",
|
|
10
18
|
"command",
|