https://github.com/sinedied/env2json
Export environment variables to JSON
https://github.com/sinedied/env2json
environment export json nodejs variable
Last synced: 7 months ago
JSON representation
Export environment variables to JSON
- Host: GitHub
- URL: https://github.com/sinedied/env2json
- Owner: sinedied
- License: mit
- Created: 2017-02-09T11:06:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-08T09:58:41.000Z (almost 8 years ago)
- Last Synced: 2025-03-29T01:11:56.710Z (7 months ago)
- Topics: environment, export, json, nodejs, variable
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# env2json
[](https://www.npmjs.com/package/env2json)

[](LICENSE)> Export environment variables to JSON or JavaScript.
## Installation
```bash
npm install -g env2json
```### Usage
```
Usage: env2json [ ...] [-o ] [-f json|js]Options:
-o Export to specified file instead of stdout
-f json|js Output format, can be JSON or JavaScript
```