https://github.com/pacexy/niz-cli
Filter out available npm names.
https://github.com/pacexy/niz-cli
Last synced: 16 days ago
JSON representation
Filter out available npm names.
- Host: GitHub
- URL: https://github.com/pacexy/niz-cli
- Owner: pacexy
- License: mit
- Created: 2020-10-19T12:00:13.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-20T12:47:05.000Z (over 5 years ago)
- Last Synced: 2026-02-10T10:14:22.767Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# niz-cli
> Filter out available npm names through some restrictions.
**IN WINDOWS, DON'T USE CMD!**

## Install
```shell
$ npm i -g niz-cli
```
## Usage
```shell
$ niz [options]
```
## Options
```shell
--regex, -r filter out npm names through regex
```
## Example
```shell
$ niz 3 --regex ^az
```