# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "configulaR" in publications use:' type: software license: MIT title: 'configulaR: Manage Application Settings via ''.env'' or ''.ini'' Files' version: 0.1.0 doi: 10.32614/CRAN.package.configulaR abstract: Provides a simple way to manage application settings by loading configuration values from '.env' or '.ini' files. It supports default values, type casting, and environment variable overrides, enabling a clean separation of configuration from code. Ideal for managing credentials, API keys, and deployment-specific settings. authors: - family-names: Durand given-names: Morgan email: morgan@dataupsurge.com repository: https://dataupsurge.r-universe.dev repository-code: https://github.com/dataupsurge/configulaR commit: b797935e57de779da7fb97d5e5189c958f77cc65 url: https://dataupsurge.github.io/configulaR/ date-released: '2025-04-18' contact: - family-names: Durand given-names: Morgan email: morgan@dataupsurge.com