# plgnpm

> plgnpm: npm client for plgnpmjs.org

Latest version **0.0.1** (published 2020-07-20) · MIT license · 0 weekly downloads

## Install

```sh
npm install plgnpm
pnpm add plgnpm
yarn add plgnpm
bun add plgnpm
```

Provides the command `plgnpm`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2020-07-20 |
| First published | 2020-07-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 6.0.0 |
| Dependencies | 21 |
| Unpacked size | 46.7 KB |
| Known vulnerabilities | 0 (+2 in 2 direct dependencies) |
| Install scripts | no |
| Author | chenyc |
| Maintainers | prolog-npm |
| Keywords | plgnpm, npm, npminstall |

## Links

- npm: https://www.npmjs.com/package/plgnpm
- Repository: http://192.168.0.167:19090/fsd/plgnpm
- Homepage: http://192.168.0.167:19090/fsd/plgnpm.git
- npm.io page: https://npm.io/package/plgnpm

## Dependencies (21)

- [ini](https://npm.io/package/ini.md) ^1.3.4
- [npm](https://npm.io/package/npm.md) ^6.13.4
- [clui](https://npm.io/package/clui.md) ^0.3.6
- [only](https://npm.io/package/only.md) ^0.0.2
- [open](https://npm.io/package/open.md) ^0.0.5
- [async](https://npm.io/package/async.md) ^3.2.0
- [chalk](https://npm.io/package/chalk.md) ^4.1.0
- [debug](https://npm.io/package/debug.md) ^2.2.0
- [colors](https://npm.io/package/colors.md) ^1.1.2
- [figlet](https://npm.io/package/figlet.md) ^1.5.0
- [giturl](https://npm.io/package/giturl.md) ^1.0.0
- [urllib](https://npm.io/package/urllib.md) ^2.17.0
- [bagpipe](https://npm.io/package/bagpipe.md) ^0.3.5
- [shelljs](https://npm.io/package/shelljs.md) ^0.8.4
- [inquirer](https://npm.io/package/inquirer.md) ^7.3.2
- [commander](https://npm.io/package/commander.md) ~2.10.0
- [node-echo](https://npm.io/package/node-echo.md) ^0.1.1
- [npminstall](https://npm.io/package/npminstall.md) ^3.25.2
- [cross-spawn](https://npm.io/package/cross-spawn.md) ~0.2.8
- [npm-request](https://npm.io/package/npm-request.md) ^1.0.0
- [auto-correct](https://npm.io/package/auto-correct.md) ^1.0.0

## Recent versions

- 0.0.1 (latest) — 2020-07-20

## README

# plgnpm

plgnpm 私服工具

## 内网安装

```bash
$ npm install plgnpm -g --register=http://192.168.0.167:8081/repository/npm-group/
```

## 使用

支持 npm 相同的命令行

### 从 `npm` 同步包

```bash
$ plgnpm sync [moduleName]
```

### 打开私有仓库地址

```bash
$ plgnpm doc [name]
$ plgnpm doc -g [name] # open git web url directly
```

## Build your own private registry npm cli

```bash
$ npm install plgnpm -g

# then alias it
$ alias mynpm='plgnpm --registry=http://registry.npm.example.com \
  --registryweb=http://npm.example.com \
  --userconfig=$HOME/.mynpmrc'
```

---
_Source: https://npm.io/package/plgnpm · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
