Skip to content

depfixer/CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DepFixer CLI

Smart dependency conflict detection for JavaScript/TypeScript projects.

Node.js

Installation

# Using npx (no install required)
npx depfixer

# Or install globally
npm install -g depfixer
depfixer

Features

  • Dependency Conflict Detection - Find version mismatches, peer dependency issues, and compatibility problems
  • Framework-Aware Analysis - Specialized support for Angular, React, and Vue
  • Migration Planning - Plan framework upgrades with dependency impact analysis
  • One-Click Fixes - Apply recommended solutions automatically
  • CI/CD Integration - Exit codes and JSON output for pipelines

Quick Start

# Analyze your project
npx depfixer

# Plan a framework migration
npx depfixer migrate

# Apply fixes from previous analysis
npx depfixer fix

Commands

Command Description
npx depfixer Analyze dependencies and detect conflicts
npx depfixer migrate Interactive framework migration planner
npx depfixer fix Apply fixes from previous analysis
npx depfixer login Authenticate with DepFixer
npx depfixer logout Clear stored credentials
npx depfixer whoami Show account information

Supported Frameworks

  • Angular 9 - 20
  • React 16 - 19
  • Vue 2 - 3

Documentation

Full documentation available at docs.depfixer.com

Support

Links

Requirements

  • Node.js 18.0.0 or higher
  • npm 8.0.0 or higher

License

Apache-2.0


Built with care for the JavaScript ecosystem.

About

Smart dependency conflict detection for JavaScript/TypeScript projects

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published