@vlandoss/run-run 0.4.0 → 0.4.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 +5 -8
- package/dist/cli.usage.kdl +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,9 +8,12 @@ CLI toolbox to fullstack common scripts in Variable Land 👊
|
|
|
8
8
|
|
|
9
9
|
## Toolbox
|
|
10
10
|
|
|
11
|
-
- [
|
|
12
|
-
- [
|
|
11
|
+
- [biome](https://biomejs.dev)
|
|
12
|
+
- [tsc](https://www.typescriptlang.org)
|
|
13
13
|
- [rimraf](https://www.npmjs.com/package/rimraf)
|
|
14
|
+
- [oxfmt](https://oxc.rs/docs/guide/usage/formatter.html)
|
|
15
|
+
- [oxlint](https://oxc.rs/docs/guide/usage/linter.html)
|
|
16
|
+
- [tsdown](https://tsdown.dev)
|
|
14
17
|
|
|
15
18
|
## Installation
|
|
16
19
|
|
|
@@ -61,9 +64,3 @@ To enable debug mode, set the `DEBUG` environment variable to `run-run:*` before
|
|
|
61
64
|
```sh
|
|
62
65
|
DEBUG=run-run:* rr <command>
|
|
63
66
|
```
|
|
64
|
-
|
|
65
|
-
Additionally, there is an special command to display `package.json` information:
|
|
66
|
-
|
|
67
|
-
```sh
|
|
68
|
-
rr info:pkg --help
|
|
69
|
-
```
|
package/dist/cli.usage.kdl
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// @generated by @usage-spec/commander from Commander.js metadata
|
|
2
2
|
name rr
|
|
3
3
|
bin rr
|
|
4
|
-
version "0.4.
|
|
4
|
+
version "0.4.1"
|
|
5
5
|
usage "[options] <command...>"
|
|
6
6
|
flag --usage help="print KDL spec for this CLI (https://kdl.dev)"
|
|
7
7
|
cmd completion help="print shell completion script 🐚 (usage)" {
|
package/package.json
CHANGED