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: 6 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-08T05:01:48.000Z (over 2 years ago)
- Last Synced: 2025-03-29T20:51:07.315Z (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: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# @immowelt/create-config
[](https://stackshare.io/immowelt-group/)
[](https://travis-ci.org/ImmoweltGroup/create-config)
[](https://david-dm.org/ImmoweltGroup/create-config)
[](https://david-dm.org/ImmoweltGroup/create-config#info=devDependencies&view=table)
[](https://renovateapp.com/)
[](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.