opennexus 0.1.7

Thin CLI client for the Nexus context-driven development system
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Run local docs app from docs/
# Usage: just docs
# Example: just docs

docs:
    mkdir -p logs
    rm -f docs/.next/dev/lock
    cd docs && bun install && bun run dev 2>&1 | tee ../logs/docs.log

# Generate reference docs from Rust doc comments
# Usage: just docs-sync
# Example: just docs-sync

docs-sync:
    cargo run --bin docs-sync -- sync