0.0.3 • Published 8 years ago

upstream-report v0.0.3

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

Warning

This module is not completely.

This module tested by...

  • OS X 10.11
  • Node.js 6.2.2

Install

npm install upstream-report -g

Basic

Add upstream project information to your 'package.json' file

package.json

{
  "upstream": {
    "git": "https://github.com/AngularClass/angular2-webpack-starter.git"
  }
}

Get report

$ cd /your/project/path
$ upstream-report

# OR

$ upstream-report /your/project/path

And update your project

You should get report like this...

Report

Do update your project with refer to the report.

Do not miss update "upstream" information to your package.json file