Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vordgi/nimpl-config
- Owner: vordgi
- License: mit
- Created: 2024-01-08T18:03:55.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-11T20:07:40.000Z (7 months ago)
- Last Synced: 2024-04-14T05:09:47.309Z (7 months ago)
- Topics: config, configuration, frontend, nextjs, nextjs14, react, serverside-rendering
- Language: TypeScript
- Homepage: https://nimpl.tech/config
- Size: 74.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)