@justestif/pk 0.1.11 → 0.1.13
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 +8 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,10 +4,18 @@ Project knowledge CLI — structured intake, search, and recall.
|
|
|
4
4
|
|
|
5
5
|
## Install
|
|
6
6
|
|
|
7
|
+
**npm:**
|
|
8
|
+
|
|
7
9
|
```bash
|
|
8
10
|
npm install -g @justestif/pk
|
|
9
11
|
```
|
|
10
12
|
|
|
13
|
+
**Homebrew:**
|
|
14
|
+
|
|
15
|
+
```bash
|
|
16
|
+
brew install justEstif/tap/pk
|
|
17
|
+
```
|
|
18
|
+
|
|
11
19
|
Requires [Bun](https://bun.sh).
|
|
12
20
|
|
|
13
21
|
## Setup
|
package/dist/index.js
CHANGED
|
@@ -17713,7 +17713,7 @@ var {
|
|
|
17713
17713
|
var package_default = {
|
|
17714
17714
|
name: "@justestif/pk",
|
|
17715
17715
|
type: "module",
|
|
17716
|
-
version: "0.1.
|
|
17716
|
+
version: "0.1.13",
|
|
17717
17717
|
description: "Project knowledge \u2014 structured intake, search, and recall",
|
|
17718
17718
|
bin: {
|
|
17719
17719
|
pk: "dist/index.js"
|