@heyakuma/akuma-cli
v0.1.0
Published
A ridiculously simple API mock server. Define endpoints in YAML, get a real server with a real database.
Readme
akuma
A ridiculously simple API mock server. Define your endpoints in YAML and get a real HTTP server backed by a real database.
Install
npm install -g @heyakuma/akuma-cliThis installs a small launcher plus the prebuilt native binary for your platform (macOS arm64/x64, Linux x64/arm64, Windows x64), shipped as per-platform optional dependencies. No Rust toolchain required.
Use
akuma init my-api # create a starter akuma.yml
akuma start # serve it at http://localhost:3000See https://akuma.dev for the full docs.
License
MIT
