# call_module_with_config

> call_module_with_config

Latest version **1.0.1** (published 2016-07-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install call_module_with_config
pnpm add call_module_with_config
yarn add call_module_with_config
bun add call_module_with_config
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2016-07-08 |
| First published | 2016-07-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | i5ting |
| Maintainers | i5ting |

## Links

- npm: https://www.npmjs.com/package/call_module_with_config
- Repository: https://github.com/i5ting/call_module_with_config
- Homepage: https://github.com/i5ting/call_module_with_config#readme
- Issues: https://github.com/i5ting/call_module_with_config/issues
- npm.io page: https://npm.io/package/call_module_with_config

## Dependencies (2)

- [debug](https://npm.io/package/debug.md) ^2.2.0
- [call_with_config](https://npm.io/package/call_with_config.md) ^2.0.1

## Recent versions

- 1.0.1 (latest) — 2016-07-08
- 1.0.0 — 2016-07-08

## README

# call_module_with_config

[![NPM version](https://img.shields.io/npm/v/call_module_with_config.svg?style=flat-square)](https://www.npmjs.com/package/call_module_with_config)

## Install

```
$ npm install --save call_module_with_config
```

## Usages

```
var conf = {
  'koa-favicon': {
    'path': 'sss',
    'options': {
      'maxAge': 1
    }
  },
  'koa-etag':{
    
  }
}


var call = require('.')

// call('./favicon', conf, true)

console.dir(call(['koa-favicon', 'koa-etag'], conf).toString())
```

---
_Source: https://npm.io/package/call_module_with_config · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
