1.0.1 • Published 2 years ago

@anijs/load-config v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

load-config

Powerful tool for loading configuration files

Features

  • Support for various types of profiles:json, ts, js, yml
  • Typescript Typed APIs
  • Support wireless hierarchy nested configuration, and support mixed configuration:json, ts, js, ymlCross inheritance of various documents

Install

npm install @anijs/load-config

Usage

.
├── package.json
├── src
│   ├── index.js
└── rollup.config.ts

// rollup.config.ts
export default {
  extends: '@some/config', // Inherit the wrapped configuration
  ...configs
}
import loadConfig from '@anijs/loadConfig'

loadConfig('rollup') // all result