2 unstable releases
| 0.2.0 | Mar 11, 2026 |
|---|---|
| 0.1.0 | Mar 9, 2026 |
#42 in #state-management
12KB
184 lines
Jen CLI launcher library.
Provides command execution strategies and application state management for the Jen framework.
Examples
use jen_cli::{CommandFactory, run_node};
fn main() -> Result<(), Box<dyn std::error::Error>> {
let command = CommandFactory::create_command("dev")?;
run_node(command.as_ref())?;
Ok(())
}
The Official Jen.js Launcher CLI
This is a small wrapper around Node.js, purely for DX.
License
MIT
Dependencies
~2–3MB
~45K SLoC