TypeScript friendly internal link client for Next.js.
Pathpida is a tool that provides type safety and automatic generation of type definition files for manipulating internal links in Next.js and Nuxt.js. It requires no configuration and can be used immediately after installation. It offers support for static files, allowing safe referencing of static assets. Pathpida is lightweight and does not include runtime code in the bundle.
To install pathpida, you can use either npm or yarn.
Using npm:
npm install pathpida
Using Yarn:
yarn add pathpida
Pathpida is a tool that enhances the development experience in Next.js and Nuxt.js by providing type safety and automatic generation of type definition files for internal links. It requires no configuration and offers support for static files. With its lightweight and zero runtime approach, pathpida is a convenient solution for manipulating internal links in these frameworks.