# @yadomi29/config-manager

> Config manager for lumos

Latest version **0.24.0-next.0** (published 2022-08-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install @yadomi29/config-manager
pnpm add @yadomi29/config-manager
yarn add @yadomi29/config-manager
bun add @yadomi29/config-manager
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.24.0-next.0 |
| Published | 2022-08-10 |
| First published | 2022-08-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=12.0.0 |
| Dependencies | 4 |
| Unpacked size | 44.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 66 |
| Author | Xuejie Xiao |
| Maintainers | yadomi29 |

## Links

- npm: https://www.npmjs.com/package/@yadomi29/config-manager
- Repository: https://github.com/nervosnetwork/lumos
- Homepage: https://github.com/nervosnetwork/lumos#readme
- Issues: https://github.com/nervosnetwork/lumos/issues
- npm.io page: https://npm.io/package/@yadomi29/config-manager

## Dependencies (4)

- [@yadomi29/bi](https://npm.io/package/@yadomi29/bi.md) ^0.24.0-next.0
- [@yadomi29/base](https://npm.io/package/@yadomi29/base.md) ^0.24.0-next.0
- [deep-freeze-strict](https://npm.io/package/deep-freeze-strict.md) ^1.1.1
- [@types/deep-freeze-strict](https://npm.io/package/@types/deep-freeze-strict.md) ^1.1.0

## Recent versions

- 0.24.0-next.0 (latest) — 2022-08-10
- 0.27.0-alpha.0 (next) — 2022-08-10
- 0.23.0 — 2022-08-10
- 0.22.0 — 2022-08-10

## README

# @yadomi29/config-manager

## Example

```ts
import { initializeConfig, predefined } from '@yadomi29/config';
import { generateAddress } from '@yadomi29/helper'

initializeConfig(predefined.AGGRON);
generateAddress({...}) // ckt1...


initializeConfig(predefined.LINA);
generateAddress({...}) // ckb1...
```

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