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

https://github.com/gavinning/vpm

开源包管理工具
https://github.com/gavinning/vpm

Last synced: over 1 year ago
JSON representation

开源包管理工具

Awesome Lists containing this project

README

          

#VPM

安装

```
npm install vpm --save
```

使用

```
var aapm = require('vpm');

// 注册命令
aapm.cli.reg('install', 'vpm-command-install')

// 设置配置文件
aapm.config.set('dir.color', 'blue')

// 接收命令
aapm.cli.run(process.argv)
```