https://github.com/dbritto-dev/npm-ri
npm install using regular expression
https://github.com/dbritto-dev/npm-ri
install npm regex
Last synced: 3 months ago
JSON representation
npm install using regular expression
- Host: GitHub
- URL: https://github.com/dbritto-dev/npm-ri
- Owner: dbritto-dev
- License: mit
- Created: 2024-07-04T19:32:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-06T03:35:28.000Z (almost 2 years ago)
- Last Synced: 2025-10-27T05:51:43.372Z (7 months ago)
- Topics: install, npm, regex
- Language: JavaScript
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# npm-ri
npm install using regular expression to update installed packages
# Usage
## Basic (by default the dependency version is "latest")
```sh
npx npm-ri ""
```
### Example
```sh
npx npm-ri "@radix-ui/.*"
```
## With custom version
```sh
npx npm-ri "" --dependency-version
```
or
```sh
npx npm-ri "" -dv
```
### Example
```sh
npx npm-ri "@tanstack/.*" -dv beta
```