0.2.3 • Published 9 years ago

rff-doctor v0.2.3

Weekly downloads
2
License
-
Repository
github
Last release
9 years ago

rff-doctor

Verify system configuration for using Yeoman, Grunt and Bower

NPM Version Build Status Dependency Status

rff-doctor

Illustration: Vintage vector designed by Freepik

Installation

$ npm install -g rff-doctor

Usage

$ rff-doctor

Options

  • -h, --help
    Display command usage and exit.

  • -v, --version
    Display version and exit.

API

var doctor = require('rff-doctor');
doctor.run(function (error, results) {
  // error:
  //   Execution error. This is different from the warning of doctor.
  //
  // results:
  //   Array of objects.
  //   [{
  //     name:         Name of test
  //     status:       'ok', 'ng' or 'skipped'
  //     description:  Result message
  //     hint:         Hint message
  //     error:        Error object or null
  //   }, ... ]
});

License

Copyright (c) 2014-2015 Rakuten, Inc. Licensed under the MIT License.