@jarkkojs/readseek 0.5.3 → 0.5.12
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 +9 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -18,6 +18,15 @@ Or install the npm wrapper:
|
|
|
18
18
|
npm install -g @jarkkojs/readseek
|
|
19
19
|
```
|
|
20
20
|
|
|
21
|
+
## Pi extension
|
|
22
|
+
|
|
23
|
+
The bundled [pi-readseek extension](packages/pi-readseek/README.md) exposes
|
|
24
|
+
ReadSeek's anchored file and structural-code tools in Pi:
|
|
25
|
+
|
|
26
|
+
```sh
|
|
27
|
+
pi install npm:pi-readseek
|
|
28
|
+
```
|
|
29
|
+
|
|
21
30
|
## Common commands
|
|
22
31
|
|
|
23
32
|
```sh
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jarkkojs/readseek",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.12",
|
|
4
4
|
"description": "A structural read command",
|
|
5
5
|
"license": "Apache-2.0 AND LGPL-2.1-or-later",
|
|
6
6
|
"homepage": "https://github.com/jarkkojs/readseek#readme",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"LICENSE-LGPL-2.1"
|
|
22
22
|
],
|
|
23
23
|
"optionalDependencies": {
|
|
24
|
-
"@jarkkojs/readseek-darwin-arm64": "0.5.
|
|
25
|
-
"@jarkkojs/readseek-linux-x64": "0.5.
|
|
26
|
-
"@jarkkojs/readseek-win32-x64": "0.5.
|
|
24
|
+
"@jarkkojs/readseek-darwin-arm64": "0.5.12",
|
|
25
|
+
"@jarkkojs/readseek-linux-x64": "0.5.12",
|
|
26
|
+
"@jarkkojs/readseek-win32-x64": "0.5.12"
|
|
27
27
|
},
|
|
28
28
|
"publishConfig": {
|
|
29
29
|
"access": "public"
|