Nocturne CLI
An open-source terminal tool for scaffolding and deploying edge functions, with a plugin system and a focus on developer delight.
- Role
- Creator
- Year
- 2023
- Stack
- Rust TypeScript WASM
Placeholder project — replace with your real work.
Overview
Nocturne is a CLI I built to make edge deployment feel effortless — one command from local code to a global function.
What I built
- A Rust core for speed, with a TypeScript plugin API compiled to WASM.
- Interactive scaffolding with sensible, overridable defaults.
- A single
nocturne shipcommand that handles build, bundle, and deploy.
Outcome
Adopted by a handful of small teams and a steady trickle of GitHub stars; a fun exercise in API ergonomics and cross-language tooling.