Introduction
JS Logs Formatter is a lightweight logging utility designed to format server logs for better readability in tools like React Native, Node.js and Next.js server components. Also useful for SPAs. It aims to enhance your debugging experience by providing structured and easy-to-read log outputs.
Getting Started
Get started by instaling this package using yarn or npm.
yarn add js-logs-formatter
Or using npm
npm install js-logs-formatter
Expo (React Native)
npx expo install js-logs-formatter