Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update 447 draft
  • Loading branch information
azu committed Aug 5, 2019
commit 737e64f44ee173de69fbe9331a73f80f134ba82c
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "2019-08-04のJS: "
title: "2019-08-05のJS: "
author: "azu"
layout: post
date : 2019-08-04T07:53:54.038Z
date : 2019-08-05T00:03:22.054Z
category: JSer
tags:
-
Expand Down Expand Up @@ -119,4 +119,13 @@ Tagged Template Literalで書いたSQL文からクエリとパラメータを分
Postgres、MySQL、SQLiteなどに対応してる


----

## kerimdzhanov/dotenv-flow: Loads environment variables from .env.\[development|test|production\]\[.local\] files for Node.js® projects.
[github.com/kerimdzhanov/dotenv-flow](https://github.com/kerimdzhanov/dotenv-flow "kerimdzhanov/dotenv-flow: Loads environment variables from .env.\[development|test|production\]\[.local\] files for Node.js® projects.")
<p class="jser-tags jser-tag-icon"><span class="jser-tag">node.js</span> <span class="jser-tag">library</span></p>

`.env`や`.env.development`ファイルなどを環境によって読み分けるライブラリ。


----