start cli integration

This commit is contained in:
2017-05-06 00:47:27 +02:00
parent aa31bbfb49
commit c6bc044058
6 changed files with 377 additions and 14 deletions

View File

@@ -3,6 +3,7 @@ import * as lodash from 'lodash'
import * as path from 'path'
import * as smartfile from 'smartfile'
import * as smarthbs from 'smarthbs'
import * as smartinteract from 'smartinteract'
import * as smartq from 'smartq'
export {
@@ -10,5 +11,6 @@ export {
path,
smartfile,
smarthbs,
smartinteract,
smartq
}