update-dotenv
Write updates to a .env file
Last updated 7 years ago by bkeepers .
ISC · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install update-dotenv 
SYNC missed versions from official npm registry.

update-dotenv

A NodeJS module to write updates to a .env file

Installation

npm install dotenv update-dotenv

Usage

const updateDotenv = require('update-dotenv')

updateDotenv({
  MY_VARIABLE: 'new value'
}).then((newEnv) => console.log('Done!', newEnv))

License

ISC

Current Tags

  • 1.1.1                                ...           latest (7 years ago)

3 Versions

  • 1.1.1                                ...           7 years ago
  • 1.1.0                                ...           8 years ago
  • 1.0.0                                ...           8 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (0)
None
Dev Dependencies (3)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |