next-to-fetch
v0.6.0
Published
Map Next.js App Router routes to fetch API calls
Readme
next-to-fetch
Map Next.js App Router routes to static fetch() API calls.
npm install --save-dev next-to-fetch
npx next-to-fetch --format json
npx next-to-fetch /users app/shared/api.tsThe analyzer reports route files, API methods and paths, client/server context, duplicates, unsupported dynamic fetches, and cache signals.
See the documentation index, CLI reference, and AST analysis behavior.
