https://github.com/bifravst/object-to-env
Helper functions which converts an object to environment variable definitions
https://github.com/bifravst/object-to-env
iot library nrf-asset-tracker
Last synced: 10 months ago
JSON representation
Helper functions which converts an object to environment variable definitions
- Host: GitHub
- URL: https://github.com/bifravst/object-to-env
- Owner: bifravst
- License: bsd-3-clause
- Created: 2021-01-26T15:47:36.000Z (over 5 years ago)
- Default Branch: saga
- Last Pushed: 2025-04-12T02:55:11.000Z (about 1 year ago)
- Last Synced: 2025-04-12T23:38:01.112Z (about 1 year ago)
- Topics: iot, library, nrf-asset-tracker
- Language: TypeScript
- Homepage: https://github.com/bifravst/object-to-env#readme
- Size: 2.86 MB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# objectToEnv [](https://www.npmjs.com/package/@bifravst/object-to-env)
[](https://github.com/bifravst/object-to-env/actions)
[](https://github.com/semantic-release/semantic-release)
[](https://renovatebot.com)
[](https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/config-conventional)
[](https://github.com/prettier/prettier/)
[](https://github.com/typescript-eslint/typescript-eslint)
Convert an object to environment variable definitions.
## Installation
npm i --save-dev --save-exact @bifravst/object-to-env
## Usage
See [`objectToEnv.spec.ts`](./src/objectToEnv.spec.ts).