UNPKG

systemic

Version:

A minimal dependency injection library for node

6 lines (4 loc) 194 B
const Systemic = require('../..'); const path = require('path'); const components = path.join(__dirname, 'components'); module.exports = () => Systemic({ name: 'main' }).bootstrap(components);