dotenv-flow
Loads environment variables from `.env.[development|test|production][.local]` files
static-server
A simple http server to serve static resource files from a local directory.
js-base64-file
load fetch convert and save local and remote files and images to base64 in js
dotenv-flow-webpack
A webpack plugin that allows you to securely use environment variables within your javascript web application, loading them using dotenv-flow's `.env*` files loading strategy.
execa
Process execution for humans