smartcert/ts/cert.plugins.ts

27 lines
540 B
TypeScript
Raw Permalink Normal View History

2016-10-22 14:21:25 +00:00
import 'typings-global'
import * as beautylog from 'beautylog'
import * as cflare from 'cflare'
let fs = require('fs-extra')
import * as lik from 'lik'
import * as path from 'path'
import * as q from 'q'
import * as shelljs from 'shelljs'
import * as smartcli from 'smartcli'
import * as smartfile from 'smartfile'
import * as smartgit from 'smartgit'
import * as smartstring from 'smartstring'
2016-06-21 19:08:04 +00:00
2016-10-22 14:21:25 +00:00
export {
beautylog,
cflare,
fs,
lik,
path,
q,
shelljs,
smartcli,
smartfile,
smartgit,
smartstring
}