start docker integration
This commit is contained in:
12
ts/index.ts
12
ts/index.ts
@@ -0,0 +1,12 @@
|
||||
import * as plugins from "./npmdocker.plugins";
|
||||
import * as paths from "./npmdocker.paths";
|
||||
import * as docker from "./npmdocker.docker";
|
||||
import {promisechain} from "./npmdocker.promisechain";
|
||||
|
||||
let config = plugins.npmextra.dataFor({
|
||||
toolName:"npmdocker",
|
||||
defaultSettings: {},
|
||||
cwd: ""
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user