Skip to content

feverdreme/spwnenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

spwnenv

A spwn utility library to get enviornment variables. To use, just do

env = import spwnenv

with a .env file in your current working directory. It will return an array of string-pairs. If the .env file was like

key = FIENOIWNNINNG2j390j0j9
pass= 2401249192

then the output will be

[
    ['key', 'FIENOIWNNINNG2j390j0j9'],
    ['pass', '2401249192']
]

This library automatically trims whitespace.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published