apeman-upg
v3.0.3
Published
Upgrade manager for apeman.
Downloads
118
Readme
apeman-upg
Upgrade manager for apeman.
Installation
Install apeman-upg module via npm.
$ npm install apeman-upg -gUsage
$ apeman-upgCLI Options
$ apeman-upg -h
Usage: apeman-upg [options]
Update apeman global module.
Options:
-h, --help output usage information
-V, --version output the version number
-v, --verbose Show verbose logs
Examples:
$ apeman-upg # Update apeman global module.
Programmatic API
apeman-upg also provide programmatic API.
Firstly, install the module locally.
$ npm install apeman-upg --save-devThen,
'use strict'
const apemanUpg = require('apeman-upg')
apemanUpg({}).then(() => {
/* ... */
})
Programmatic Options
| Key | Description | Default | | --- | ----------- | ------- | | verbose | Show verbose logs | |
License
This software is released under the MIT License.
