Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Verify system configuration for using Yeoman, Grunt and Bower.

License

Notifications You must be signed in to change notification settings

rakuten-frontend/rff-doctor

Repository files navigation

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.

About

Verify system configuration for using Yeoman, Grunt and Bower.

Resources

License

Stars

Watchers

Forks

Packages

No packages published