3.0.3 • Published 9 years ago

apeman-upg v3.0.3

Weekly downloads
8
License
MIT
Repository
github
Last release
9 years ago

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
KeyDescriptionDefault
verboseShow verbose logs

License

This software is released under the MIT License.

Links

3.0.3

9 years ago

3.0.2

9 years ago

3.0.1

9 years ago

3.0.0

9 years ago

2.0.2

9 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago