Introduction

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 installing this package using your favourite package manager.

yarn
yarn add js-logs-formatter
npm
npm install js-logs-formatter
pnpm
pnpm add js-logs-formatter
bun
bun add js-logs-formatter

Expo (React Native):

Terminal
npx expo install js-logs-formatter