improve Readme

This commit is contained in:
LosslessBot
2016-07-06 06:33:31 +02:00
parent 03edcd9e03
commit 48a1429332
18 changed files with 185 additions and 27 deletions

View File

@ -1,4 +1,8 @@
import * as plugins from "./smartnginx.plugins";
import * as CommandModule from "./smartnginx.command";
// classes
export {NginxConfig,NginxZone} from "./smartnginx.classes.nginxconfig";
export {NginxConfig,NginxZone} from "./smartnginx.classes.nginxconfig";
// exports
export let command = CommandModule;