/
eb
/
Surf
Обзор
Документация
Войти
/
eb
/
Surf
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/browser-sync/dist/cli/command.init.js
14 строк
302 B
EvgeniyBudaev
Initial commit
17 фев 2020, 09:02
17 фев 2020, 09:02
bb6f06f
Код
Авторство
О чём код?
"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