ntn 0.5.6 → 0.8.0

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 CHANGED
@@ -131,12 +131,24 @@ To rebuild automatically when files change:
131
131
  mise watch build
132
132
  ```
133
133
 
134
- Then copy the binary into your PATH:
134
+ To rebuild and refresh `/usr/local/bin/ntnd` automatically when files change:
135
135
 
136
136
  ```bash
137
- cp target/debug/ntn /usr/local/bin/ntn
137
+ mise watch release:local
138
138
  ```
139
139
 
140
+ `mise watch` uses `watchexec`; this repository declares it in `mise.toml`, so
141
+ `mise` will install it if needed.
142
+
143
+ To do a one-time install of the current debug build:
144
+
145
+ ```bash
146
+ mise release:local
147
+ ```
148
+
149
+ Both commands install the debug build as `ntnd` at `/usr/local/bin/ntnd`, which
150
+ avoids colliding with a production `ntn` install.
151
+
140
152
  ## Design
141
153
 
142
154
  See [this page](https://claude.ai/public/artifacts/56976778-e51d-4e76-b400-c3c00b134678) for some of our design goals and inspiration with ntn (built by Claude).
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ntn",
3
- "version": "0.5.6",
3
+ "version": "0.8.0",
4
4
  "description": "Notion CLI",
5
5
  "license": "MIT",
6
6
  "bin": {