Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/scinos/caretify
- Owner: scinos
- License: mit
- Created: 2022-03-01T08:11:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-14T05:29:56.000Z (about 2 years ago)
- Last Synced: 2024-04-25T09:02:22.812Z (8 months ago)
- Language: JavaScript
- Size: 863 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.