Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scinos/caretify

Tool to convert all your dependencies to caret versions
https://github.com/scinos/caretify

Last synced: 5 days ago
JSON representation

Tool to convert all your dependencies to caret versions

Awesome Lists containing this project

README

        

# caretify

Tool to convert all your dependencies to caret versions (example: `1.2.3 -> ^1.2.3`).

It will change `package.json` to refletc the new ranges. It will also change `yarn.lock` so the new ranges resolve to the same version than before.

## Usage

`yarn dlx caretify` to convert `package.json` and `yarn.lock` in current directory

Check `caretify -h` to see other options.