Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adonisjs/config
Config management provider used by AdonisJS framework
https://github.com/adonisjs/config
bundled-with-core
Last synced: about 18 hours ago
JSON representation
Config management provider used by AdonisJS framework
- Host: GitHub
- URL: https://github.com/adonisjs/config
- Owner: adonisjs
- License: mit
- Created: 2019-05-11T19:07:42.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-22T05:20:44.000Z (7 months ago)
- Last Synced: 2024-10-29T06:06:11.824Z (14 days ago)
- Topics: bundled-with-core
- Language: TypeScript
- Homepage: https://docs.adonisjs.com/guides/config
- Size: 514 KB
- Stars: 13
- Watchers: 8
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# @adonisjs/config
[![gh-workflow-image]][gh-workflow-url] [![npm-image]][npm-url] ![][typescript-image] [![license-image]][license-url]
## Introduction
Config provider to read AdonisJS application config values without directly relying on hard-coded paths.## Official Documentation
The documentation is available on the [AdonisJS website](https://docs.adonisjs.com/guides/config)## Contributing
One of the primary goals of AdonisJS is to have a vibrant community of users and contributors who believes in the principles of the framework.We encourage you to read the [contribution guide](https://github.com/adonisjs/.github/blob/main/docs/CONTRIBUTING.md) before contributing to the framework.
## Code of Conduct
In order to ensure that the AdonisJS community is welcoming to all, please review and abide by the [Code of Conduct](https://github.com/adonisjs/.github/blob/main/docs/CODE_OF_CONDUCT.md).## License
AdonisJS config is open-sourced software licensed under the [MIT license](LICENSE.md).[gh-workflow-image]: https://img.shields.io/github/actions/workflow/status/adonisjs/config/checks.yml?style=for-the-badge
[gh-workflow-url]: https://github.com/adonisjs/config/actions/workflows/checks.yml "Github action"[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
[typescript-url]: "typescript"[npm-image]: https://img.shields.io/npm/v/@adonisjs/config.svg?style=for-the-badge&logo=npm
[npm-url]: https://npmjs.org/package/@adonisjs/config "npm"[license-image]: https://img.shields.io/npm/l/@adonisjs/config?color=blueviolet&style=for-the-badge
[license-url]: LICENSE.md "license"