0.2.0 • Published 6 years ago

project-status v0.2.0

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

Project Status

npm.io npm.io

Generate a status report of your projects automatically, know the status of your dependencies and development dependencies. You know what are the dependencies that you must update. You know which dependencies you can update without risk, and what updates can make your project not work correctly.

Perform an audit to know exactly the status of all your modules.

Prerequisites

At least it's necessary you have install

  • Node version 7.6.1

  • Npm version 6.0.0

Installation

Install project-status as a development dependency:

npm install --save-dev project-status

or a global package

npm install -g project-status

Usage

$ status

This command will generated a new file, STATUS.md, in your root directory with all the infomation about your project.

Example

npm.io

Tests

npm test

ChangeLog

0.2.0 - 2017-06-20

Added

  • Added changelog to readme.
  • Add GitHub information, show open issues and milestones status.
  • Access GitHub information from badges.

Changed

  • Modify version badge, now is npm badge

Author

Victor de Andrés

License

Released under the MIT License.

0.2.0

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago