Skip to main content

Getting Started

Introduction

@codeleap/debug provides powerful debugging and development tools for JavaScript/TypeScript applications, including environment management, fake api rest, and more.

Installing the Library

Install @codeleap/debug using your preferred package manager:

# Using Bun
bun add @codeleap/debug

# Using npm
npm install @codeleap/debug

# Using yarn
yarn add @codeleap/debug

# Using pnpm
pnpm add @codeleap/debug