stack-syncx
v0.1.0
Published
stack-sync — Detect contract drift between frontend API clients and Express backend routes.
Maintainers
Readme
stack-syncx
Topics: contract · api · drift · express · mern-packages · merndev · nodejs · npm-pm · typescript
Detect breaking changes between frontend and backend when routes change.
Install
npm install stack-syncxExample
npx stack-sync checkAPI
import { stackSync } from "stack-syncx";
const report = stackSync.check({ client: ["/users"], server: ["/posts"] });License
MIT
