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

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

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
```