Skip to content
 
 

Repository files navigation

update-dotenv

A NodeJS module to write updates to a .env file

Installation

yarn add dotenv @growflow/update-dotenv

Usage

const updateDotenv = require('@growflow/update-dotenv')

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

License

ISC

About

A NodeJS module to write updates to a .env file

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages