UNPKG

firmament-bash

Version:

Firmament module for interpreting commands in JSON files using bash

11 lines 863 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const firmament_yargs_1 = require("firmament-yargs"); const bash_command_impl_1 = require("./implementations/commands/bash-command-impl"); const process_command_json_impl_1 = require("./implementations/process-command-json-impl"); const execution_graph_resolver_impl_1 = require("./implementations/execution-graph-resolver-impl"); firmament_yargs_1.kernel.bind('ProcessCommandJson').to(process_command_json_impl_1.ProcessCommandJsonImpl).inSingletonScope(); firmament_yargs_1.kernel.bind('ExecutionGraphResolver').to(execution_graph_resolver_impl_1.ExecutionGraphResolverImpl).inSingletonScope(); firmament_yargs_1.kernel.bind('Command').to(bash_command_impl_1.BashCommandImpl).inSingletonScope(); exports.default = firmament_yargs_1.kernel; //# sourceMappingURL=inversify.config.js.map