Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/immoweltgroup/create-config
Create a consistently structured and feature enriched config object for your NodeJS package/project.
https://github.com/immoweltgroup/create-config
configuration consistency-checking environment-vars nodejs
Last synced: 3 months ago
JSON representation
Create a consistently structured and feature enriched config object for your NodeJS package/project.
- Host: GitHub
- URL: https://github.com/immoweltgroup/create-config
- Owner: ImmoweltGroup
- License: mit
- Created: 2017-10-27T13:37:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-08T05:01:48.000Z (over 1 year ago)
- Last Synced: 2024-08-09T07:41:51.091Z (6 months ago)
- Topics: configuration, consistency-checking, environment-vars, nodejs
- Language: JavaScript
- Homepage: https://immoweltgroup.gitbooks.io/create-config/
- Size: 748 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# @immowelt/create-config
[![Powered by Immowelt](https://img.shields.io/badge/powered%20by-immowelt-yellow.svg?colorB=ffb200)](https://stackshare.io/immowelt-group/)
[![Build Status](https://travis-ci.org/ImmoweltGroup/create-config.svg?branch=master)](https://travis-ci.org/ImmoweltGroup/create-config)
[![Dependency Status](https://david-dm.org/ImmoweltGroup/create-config.svg)](https://david-dm.org/ImmoweltGroup/create-config)
[![devDependency Status](https://david-dm.org/ImmoweltGroup/create-config/dev-status.svg)](https://david-dm.org/ImmoweltGroup/create-config#info=devDependencies&view=table)
[![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovateapp.com/)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)> Create a consistently structured and feature enriched config object for your NodeJS package/project.
## Installation
To install the latest stable version:
```sh
# Using yarn
yarn add create-config
```## Features
* Consistent structure of your project's configuration object
* Environment variable validation and fallbacks (using the fancy [envalid](https://github.com/af/envalid) library)
* Configurable path helper functions
* Automated and readable warnings regarding the use of non LTS versions of Node
* Configuration overrides based on the `NODE_ENV` environment variable
* Optional extension of the finalized configuration object## Documentation
* [Introduction](/docs/introduction/README.md)
* [API](/docs/api/README.md)## Contributing
See the `CONTRIBUTING.md` file at the root of the repository.
## Licensing
See the `LICENSE` file at the root of the repository.