rff-doctor
v0.2.3
Published
Verify system configuration for using Yeoman, Grunt and Bower
Downloads
5
Maintainers
Readme
rff-doctor
Verify system configuration for using Yeoman, Grunt and Bower
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.