Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 901 Bytes

File metadata and controls

50 lines (39 loc) · 901 Bytes

DevMirror NPM Package Information

This file is automatically updated with the latest NPM package information.

Latest Version: 0.4.67 Package URL: https://www.npmjs.com/package/devmirror Downloads: NPM Downloads

Installation

Global Installation

npm install -g devmirror
devmirror

Project Installation

npm install --save-dev devmirror
npx devmirror

Usage with Package Managers

# NPX (no installation required)
npx devmirror

# Yarn
yarn add --dev devmirror
yarn devmirror

# PNPM
pnpm add --save-dev devmirror
pnpm devmirror

Configuration

Create a devmirror.config.json in your project root:

{
  "mode": "cdp",
  "outputDir": "./devmirror-logs",
  "url": "http://localhost:3000",
  "captureDeprecationWarnings": true
}

Last updated: Wed Sep 24 12:01:39 UTC 2025