bwn 0.12.4

bwn — short-name alias crate for the buildwithnexus agentic AI coding CLI
1
2
3
4
5
// `cargo install bwn` — the short-name alias for buildwithnexus. All logic
// lives in the buildwithnexus library crate; this is the same entry point.
fn main() {
    buildwithnexus::run();
}