Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vordgi/nimpl-config

The package allows for convenient management of application configuration in Next.js environments
https://github.com/vordgi/nimpl-config

config configuration frontend nextjs nextjs14 react serverside-rendering

Last synced: about 1 month ago
JSON representation

The package allows for convenient management of application configuration in Next.js environments

Awesome Lists containing this project

README

        

# @nimpl/config

The package adding support for configuration for each possible next.js environment (*build, server, client, and edge*)

Visit https://nimpl.tech/config to view the full documentation.

## Installation

**Using npm:**
```bash
npm i @nimpl/config
```

**Using yarn:**
```bash
yarn add @nimpl/config
```

## License

[MIT](https://github.com/vordgi/nimpl-config/blob/main/LICENSE)