0.0.3 • Published 6 years ago
tiny-env v0.0.3
Tiny-env
From dotenv, just a simple genie for loading .env files
Install
npm i --save tiny-envUse
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