UNPKG

node-dependency-injection

Version:

The NodeDependencyInjection component allows you to standardize and centralize the way objects are constructed in your application.

12 lines (8 loc) 354 B
#! /usr/bin/env node import program from 'commander' process.env.SUPPRESS_NO_CONFIG_WARNING = true program.version('0.0.1') .command('config:create', 'Creates a new default configuration file') .command('config:check', 'Check for container errors') .command('container:service', 'Show information about a single service') .parse(process.argv)