1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2025-07-06 17:57:40 +02:00
2018-03-09 02:03:53 +00:00

14 lines
302 B
JavaScript

"use strict";
var info = require("./cli-info");
/**
* $ browser-sync init
*
* This command will generate a configuration
* file in the current directory
*
* @param opts
*/
module.exports = function (opts) {
info.makeConfig(process.cwd(), opts.cb);
};
//# sourceMappingURL=command.init.js.map