cr-dotenv:加载“ .env”文件

时间:2024-05-23 15:30:07
【文件属性】:

文件名称:cr-dotenv:加载“ .env”文件

文件大小:8KB

文件格式:ZIP

更新时间:2024-05-23 15:30:07

dotenv crystallang Crystal

多滕夫 加载.env文件。 安装 将此添加到应用程序的shard.yml : dependencies : dotenv : github : gdotdesign/cr-dotenv 用法 Dotenv文件示例 # Comments can be included for context # MY_VARIABLE=my-value # Empty Lines are also ignored # ANOTHER_VAR=awesome-value 基本例子 加载名为.env-file : require " dotenv " # The default file is ".env" Dotenv .load " .env-file " 有关更多示例,请参见API文档。 贡献 分叉( ) 创建功能分支(git checkout -b my-new-feature)


【文件预览】:
cr-dotenv-master
----.gitignore(148B)
----README.md(1KB)
----.github()
--------workflows()
----shard.yml(124B)
----LICENSE(1KB)
----src()
--------parser.cr(5KB)
--------dotenv.cr(4KB)
----spec()
--------dotenv_spec.cr(8KB)
--------spec_helper.cr(76B)

网友评论