apeman-upg

3.0.3 • Public • Published

apeman-upg

Build Status Code Climate Code Coverage npm Version

Upgrade manager for apeman.

Installation

Install apeman-upg module via npm.

$ npm install apeman-upg -g

Usage

$ apeman-upg
CLI 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-dev

Then,

'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.

Links

Readme

Keywords

Package Sidebar

Install

npm i apeman-upg

Weekly Downloads

9

Version

3.0.3

License

MIT

Last publish

Collaborators

  • okunishinishi