tiny-env
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

Tiny-env

dotenv

From dotenv, just a simple genie for loading .env files

Install

npm i --save tiny-env

Use

Will check if there is an .env file (or .env.dev file) in your project root path

const TinyEnv = require('tiny-env')
const { data: config } = TinyEnv
module.exports = config

Readme

Keywords

Package Sidebar

Install

npm i tiny-env

Weekly Downloads

2

Version

0.0.3

License

MIT

Unpacked Size

8.27 kB

Total Files

6

Last publish

Collaborators

  • d1y