Skip to content

Commit ff08ce2

Browse files
authoredMar 13, 2023
chore(readme): update badges
1 parent 1dc3db6 commit ff08ce2

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed
 

‎README.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,20 @@
22

33
[![npm version][npm-version-src]][npm-version-href]
44
[![npm downloads][npm-downloads-src]][npm-downloads-href]
5-
[![Github Actions][github-actions-src]][github-actions-href]
65
[![Codecov][codecov-src]][codecov-href]
6+
[![License][license-src]][license-href]
77

8-
> Smart Configuration Loader
8+
Smart Configuration Loader.
99

1010
## Features
1111

1212
- JSON, CJS, Typescript, and ESM config loader with [unjs/jiti](https://github.com/unjs/jiti)
1313
- RC config support with [unjs/rc9](https://github.com/unjs/rc9)
1414
- Multiple sources merged with [unjs/defu](https://github.com/unjs/defu)
1515
- `.env` support with [dotenv](https://www.npmjs.com/package/dotenv)
16-
- Support reading config from the nearest `package.json` file
17-
- Support extending nested configurations from multiple local or git sources
16+
- Reads config from the nearest `package.json` file
17+
- [Extends configurations](https://github.com/unjs/c12#extending-configuration) from multiple local or git sources
18+
- Overwrite with [environment-specific configuration](#environment-specific-configuration)
1819

1920
## Usage
2021

@@ -246,11 +247,11 @@ Made with 💛 Published under [MIT License](./LICENSE).
246247

247248
<!-- Badges -->
248249

249-
[npm-version-src]: https://img.shields.io/npm/v/c12?style=flat-square
250+
[npm-version-src]: https://img.shields.io/npm/v/c12?style=flat&colorA=18181B&colorB=F0DB4F
250251
[npm-version-href]: https://npmjs.com/package/c12
251-
[npm-downloads-src]: https://img.shields.io/npm/dm/c12?style=flat-square
252+
[npm-downloads-src]: https://img.shields.io/npm/dm/c12?style=flat&colorA=18181B&colorB=F0DB4F
252253
[npm-downloads-href]: https://npmjs.com/package/c12
253-
[github-actions-src]: https://img.shields.io/github/actions/workflow/status/unjs/c12/ci.yml?branch=main&style=flat-square
254-
[github-actions-href]: https://github.com/unjs/c12/actions?query=workflow%3Aci
255-
[codecov-src]: https://img.shields.io/codecov/c/gh/unjs/c12/main?style=flat-square
254+
[codecov-src]: https://img.shields.io/codecov/c/gh/unjs/c12/main?style=flat&colorA=18181B&colorB=F0DB4F
256255
[codecov-href]: https://codecov.io/gh/unjs/c12
256+
[license-src]: https://img.shields.io/github/license/unjs/c12.svg?style=flat&colorA=18181B&colorB=F0DB4F
257+
[license-href]: https://github.com/unjs/c12/blob/main/LICENSE

0 commit comments

Comments
 (0)