Skip to content

Commit

Permalink
chore: add used by section
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 7, 2024
1 parent a9585b8 commit 9e998a8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@

c12 (pronounced as /siːtwelv/, like c-twelve) is a smart configuration loader.

## Features
## Features

- `.js`, `.ts`, `.cjs`, `.mjs` config loader with [unjs/jiti](https://github.com/unjs/jiti)
- `.json`, `.json5` and `.jsonc` config support.
Expand All @@ -19,6 +19,15 @@ c12 (pronounced as /siːtwelv/, like c-twelve) is a smart configuration loader.
- Overwrite with [environment-specific configuration](#environment-specific-configuration)
- Config watcher with auto-reload and HMR support

## 🦴 Used by

- [Nuxt](https://nuxt.com/)
- [Nitro](https://nitro.unjs.io/)
- [Unbuild](https://unbuild.unjs.io)
- [Automd](https://automd.unjs.io)
- [Changelogen](https://changelogen.unjs.io)
- [RemixKit](https://github.com/jrestall/remix-kit)

## Usage

Install package:
Expand Down

0 comments on commit 9e998a8

Please sign in to comment.