Skip to content
/ envdir Public

simple tool for converting from json to envdir format

Notifications You must be signed in to change notification settings

orionz/envdir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json2env

This is a simple tool for converting JSON into an envdir. It will take a json file or read from stdin.

$ json2env -f env.json dir

or

$ cat env.json | json2env dir

Then you can execute a program with this env using the envdir tool.

$ envdir dir program

About

simple tool for converting from json to envdir format

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages