0.1.2 • Published 7 years ago

ncu-report v0.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

npm stable version Build Status Dependency Status devDependency Status

ncu-report

A report generator that produces a table showing which packages require updating. The report is generated in markdown (and optionally dokuwiki) format and can be integrated into your build.

This tool uses the output of the npm-check-updates project

Installation

npm install -g ncu-report

Basic Usage

ncu-report looks for the package.json file in the current directory. Report is generated in the default output location ./ncu-report/ncu-report.md

$ ncu-report

To use bower package manager

$ ncu-report -m bower

To output in dokuwiki format

$ ncu-report -f dokuwiki

To output to alternative filename

$ ncu-report -o myreport.md

Usage

Usage: ncu-report [options]

Options:
  -h, --help                   output usage information
  -V, --version                output the version number
  -m, --packageManager <name>  npm (default) | bower
  -o, --outputFile <filename>   ./ncu-report/ncu-report.md (default)
  -f, --format <name>           markdown (default) | dokuwiki
  -v, --verbose                 verbose˜

Output Column Definitions

ColumnDescription
PackageThe name of the package
CurrentThe current version specified in package.json or bower.json
InstalledThe locally installed version
LatestThe latest version available from the remote repository
StatusOK or OUTDATED

Example Output

PackageCurrentInstalledLatestStatus
bluebird^3.0.53.3.4^3.3.5OUTDATED
chai^3.4.13.5.0^3.5.0OUTDATED
chai-as-promised^5.1.05.3.0^5.3.0OUTDATED
chai-string^1.1.41.2.0^1.2.0OUTDATED
chalk^1.1.11.1.3^1.1.3OUTDATED
cint^8.2.18.2.1^8.2.1OK
cli-table^0.3.10.3.1^0.3.1OK
commander^2.9.02.9.0^2.9.0OK
eslint^1.9.01.10.3^2.7.0OUTDATED
fast-diff^1.0.11.0.1^1.0.1OK
find-up^1.1.01.1.2^1.1.2OUTDATED
get-stdin^5.0.15.0.1^5.0.1OK
json-parse-helpfulerror^1.0.31.0.3^1.0.3OK
lodash^3.10.13.10.1^4.10.0OUTDATED
mocha^2.3.42.4.5^2.4.5OUTDATED
node-alias^1.0.31.0.4^1.0.4OUTDATED
npm^3.5.13.8.5^3.8.6OUTDATED
npmi^1.0.11.0.1^1.0.1OK
require-dir^0.3.00.3.0^0.3.0OK
semver^5.1.05.1.0^5.1.0OK
semver-utils^1.1.11.1.1^1.1.1OK
should^7.1.17.1.1^8.3.0OUTDATED
spawn-please^0.1.00.1.0^0.1.0OK
update-notifier^0.5.00.5.0^0.6.3OUTDATED

Report generated on: Tue Apr 12 2016 23:49:37 GMT+0100 (BST)

0.1.2

7 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago