0.0.8 • Published 1 year ago

@vulppi/env v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Vulppi ENV

A simple library to parse environment files.

Usage

import { parseEnvToList, parseListToEnv } from '@vulppi/env'

const env = parseEnvToList(`
# This is a comment
KEY=VALUE
ANOTHER_KEY="Another value"
# This is another comment
`)

console.log(env)

const envString = parseListToEnv(env)

console.log(envString)

License

MIT

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago