@dedup/cli
v0.3.1
Published
Dedup is a utility tool designed to manage and align dependencies in a TypeScript project. It provides functionality to fetch project information, align dependencies, and update the `package.json` file accordingly.
Readme
Dedup
Dedup is a utility tool designed to manage and align dependencies in a TypeScript project. It provides functionality to fetch project information, align dependencies, and update the package.json file accordingly.
Features
- Fetches project information from
package.json - Aligns dependencies based on certain criteria
- Updates
package.jsonwith aligned dependencies
Usage
To use Dedup, follow these steps:
- Install the package using npm:
npm install @dedup/cli -g- Run the package in the repository
npx dedup