1.0.4 • Published 4 years ago

@growflow/update-dotenv v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

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

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

5 years ago