Verify system configuration for using Yeoman, Grunt and Bower
Illustration: Vintage vector designed by Freepik
$ npm install -g rff-doctor
$ rff-doctor
-
-h
,--help
Display command usage and exit. -
-v
,--version
Display version and exit.
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
// }, ... ]
});
Copyright (c) 2014-2015 Rakuten, Inc. Licensed under the MIT License.