Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kovsu/nc
- Owner: kovsu
- Created: 2022-12-13T13:01:53.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T05:36:26.000Z (almost 2 years ago)
- Last Synced: 2024-04-17T06:55:29.096Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 130 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 -tor
nc -t pkg1 pkg2 pkg3
```### nc -p [...pkgName]
Check whether the package name already exists in npm.
```bash
nc -p pkg1 pkg2 pkg3
```