added --watch option

This commit is contained in:
2016-09-22 23:23:16 +02:00
parent 3dae49b8a1
commit 5f15fe1b30
35 changed files with 270 additions and 203 deletions

View File

@@ -16,8 +16,9 @@ exports.lodash = require("lodash");
exports.npmextra = require("npmextra");
exports.projectinfo = require("projectinfo");
exports.path = require("path");
exports.Q = require("q");
exports.q = require("q");
exports.shelljs = require("shelljs");
exports.smartchok = require("smartchok");
exports.smartcli = require("smartcli");
exports.smartcov = require("smartcov");
exports.smartenv = require("smartenv");