https://github.com/gavinning/vpm
开源包管理工具
https://github.com/gavinning/vpm
Last synced: over 1 year ago
JSON representation
开源包管理工具
- Host: GitHub
- URL: https://github.com/gavinning/vpm
- Owner: gavinning
- License: gpl-3.0
- Created: 2015-07-08T11:52:08.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-08T11:52:52.000Z (about 11 years ago)
- Last Synced: 2025-02-01T12:46:41.423Z (over 1 year ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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)
```