ntn 0.5.6 → 0.7.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 +14 -2
- package/dist/ntn-darwin-arm64/ntn +0 -0
- package/dist/ntn-darwin-x64/ntn +0 -0
- package/dist/ntn-linux-x64/ntn +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -131,12 +131,24 @@ To rebuild automatically when files change:
|
|
|
131
131
|
mise watch build
|
|
132
132
|
```
|
|
133
133
|
|
|
134
|
-
|
|
134
|
+
To rebuild and refresh `/usr/local/bin/ntnd` automatically when files change:
|
|
135
135
|
|
|
136
136
|
```bash
|
|
137
|
-
|
|
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
|
package/dist/ntn-darwin-x64/ntn
CHANGED
|
Binary file
|
package/dist/ntn-linux-x64/ntn
CHANGED
|
Binary file
|