wonderdep
v0.3.2
Published
Found the nearest package version of a specify dep version
Readme
Features
- Found the nearest package version of a specify dep version
Install
npm install -g wonderdepUsage
CLI
wonder <somePackage> --deps <[email protected]>, <[email protected]>For example: we are in a vite + vue project with [email protected], if we want to install vite plugin(vite-plugin-xxx) which depend on vite as its devDependency, then maybe we want a proper version of vite-plugin-xxx to suit for the vite version for our project, this time
wonder vite-plugin-xxx --deps [email protected]helps
clean cache
wonder cache clean LICENSE
MIT
