1 | @oclif/config
|
2 | ==============
|
3 |
|
4 | **This library has been replaced by [@oclif/core](https://github.com/oclif/core) and is now in maintenance mode. We will only consider PRs that address security concerns.**
|
5 |
|
6 | base config object and standard interfaces for oclif components
|
7 |
|
8 | [![Version](https://img.shields.io/npm/v/@oclif/config.svg)](https://npmjs.org/package/@oclif/config)
|
9 | [![CircleCI](https://circleci.com/gh/oclif/config/tree/main.svg?style=svg)](https://circleci.com/gh/oclif/config/tree/main)
|
10 | [![Appveyor CI](https://ci.appveyor.com/api/projects/status/github/oclif/config?branch=main&svg=true)](https://ci.appveyor.com/project/heroku/config/branch/main)
|
11 | [![Known Vulnerabilities](https://snyk.io/test/npm/@oclif/config/badge.svg)](https://snyk.io/test/npm/@oclif/config)
|
12 | [![Downloads/week](https://img.shields.io/npm/dw/@oclif/config.svg)](https://npmjs.org/package/@oclif/config)
|
13 | [![License](https://img.shields.io/npm/l/@oclif/config.svg)](https://github.com/oclif/config/blob/main/package.json)
|