5.0.1 • Published 11 months ago

@onbbu/env v5.0.1

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
11 months ago

Plugin ENV for onbbu framework

This library provides a set of functions to interact with environment and onbbu

Getting started

Installation

use npm to install this package in your application as follows

npm install @onbbu/env 

pnpm install @onbbu/env

Example

const dot_env = await env.template_dot_env(env.default_dot_env)

await env.write({ path: __dirname, env: dot_env })

const raw = await env.read_from_file({ path: __dirname })

console.log(raw)

Troubleshooting

Log an issue at https://discord.gg/dfNxBGqw channel onbbu-env

5.0.1

11 months ago

5.0.0

11 months ago