dotenv-configure

0.1.0 • Public • Published

DotEnv configure

Interactively configure your .env files. Without schema, just use your .env or .env.example as schema!

Installation

npm install --save [--global] dotenv-configure

Usage:

dotenv-configure <file> [output]

For in place editing: dotenv-configure .env

For example -> output editing: dotenv-configure .env.example .env

Tips & Tricks:

Add this to your project's package.json:

"scripts" : {
    "configure" : "dotenv-configure .env.example .env"
}

And run npm run configure after updating your code.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    27
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    27
  • 0.0.1
    1

Package Sidebar

Install

npm i dotenv-configure

Weekly Downloads

28

Version

0.1.0

License

BSD-2-Clause

Unpacked Size

7.08 kB

Total Files

5

Last publish

Collaborators

  • j-angnoe