Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kovsu/nc

🧁 Utils library About npm.
https://github.com/kovsu/nc

Last synced: 25 days ago
JSON representation

🧁 Utils library About npm.

Awesome Lists containing this project

README

        

## nc

### Usage

```bash
npm i @kovsun/nc -g
```

### nc -c

View the latest version of dependencies in package.json.

```bash
nc -c
```

### nc -t [...pkgName]

Check whether the dependencies in package.json require type declarations.

```bash
nc -t

or

nc -t pkg1 pkg2 pkg3
```

### nc -p [...pkgName]

Check whether the package name already exists in npm.

```bash
nc -p pkg1 pkg2 pkg3
```