UNPKG

browser-sync

Version:

Live CSS Reload & Browser Syncing

16 lines (13 loc) 273 B
"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); };