Popularity
8.6
Growing
Activity
0.0
Declining
93
4
12
Programming language: Crystal
License: MIT License
Tags:
Configuration
Latest version: v0.7.0
cr-dotenv alternatives and similar shards
Based on the "Configuration" category.
Alternatively, view cr-dotenv alternatives based on common mentions on social networks and blogs.
-
totem
Crystal configuration with spirit. Load and parse configuration in JSON, YAML, dotenv formats.
Clean code begins in your IDE with SonarLint
Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Promo
www.sonarlint.org
Do you think we are missing an alternative of cr-dotenv or a related project?
README
Dotenv
Loads .env
file.
Installation
Add this to your application's shard.yml
:
dependencies:
dotenv:
github: gdotdesign/cr-dotenv
Usage
Dotenv file example
# Comments can be included for context
#
MY_VARIABLE=my-value
# Empty Lines are also ignored
#
ANOTHER_VAR=awesome-value
Basic example
To load a file named .env-file
:
require "dotenv"
# The default file is ".env"
Dotenv.load ".env-file"
See the API docs for more examples.
Contributing
- Fork it ( https://github.com/gdotdesign/cr-dotenv/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- [gdotdesign] Gusztáv Szikszai - creator, maintainer
- [bonyiii]
- [kriskova]
- [neovintage] Rimas Silkaitis
- [rodrigopinto] Rodrigo Pinto