Smart configuration loader
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: add used by section

+10 -1
+10 -1
README.md
··· 7 7 8 8 c12 (pronounced as /siːtwelv/, like c-twelve) is a smart configuration loader. 9 9 10 - ## Features 10 + ## ✅ Features 11 11 12 12 - `.js`, `.ts`, `.cjs`, `.mjs` config loader with [unjs/jiti](https://github.com/unjs/jiti) 13 13 - `.json`, `.json5` and `.jsonc` config support. ··· 18 18 - [Extends configurations](https://github.com/unjs/c12#extending-configuration) from multiple local or git sources 19 19 - Overwrite with [environment-specific configuration](#environment-specific-configuration) 20 20 - Config watcher with auto-reload and HMR support 21 + 22 + ## 🦴 Used by 23 + 24 + - [Nuxt](https://nuxt.com/) 25 + - [Nitro](https://nitro.unjs.io/) 26 + - [Unbuild](https://unbuild.unjs.io) 27 + - [Automd](https://automd.unjs.io) 28 + - [Changelogen](https://changelogen.unjs.io) 29 + - [RemixKit](https://github.com/jrestall/remix-kit) 21 30 22 31 ## Usage 23 32