Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lagden/dotenv
.env reader
https://github.com/lagden/dotenv
dotenv environment environment-variables process reader stream sync
Last synced: about 1 month ago
JSON representation
.env reader
- Host: GitHub
- URL: https://github.com/lagden/dotenv
- Owner: lagden
- License: mit
- Created: 2018-04-27T00:01:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:33:18.000Z (about 2 years ago)
- Last Synced: 2024-08-10T19:03:31.699Z (6 months ago)
- Topics: dotenv, environment, environment-variables, process, reader, stream, sync
- Language: JavaScript
- Size: 1.22 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .env
[![NPM version][npm-img]][npm]
[![Build Status][ci-img]][ci]
[![Coverage Status][coveralls-img]][coveralls]
[![XO code style][xo-img]][xo]
[![Greenkeeper][greenkeeper-img]][greenkeeper][npm-img]: https://img.shields.io/npm/v/@tadashi/dotenv.svg
[npm]: https://www.npmjs.com/package/@tadashi/dotenv
[ci-img]: https://travis-ci.org/lagden/dotenv.svg
[ci]: https://travis-ci.org/lagden/dotenv
[coveralls-img]: https://coveralls.io/repos/github/lagden/dotenv/badge.svg?branch=master
[coveralls]: https://coveralls.io/github/lagden/dotenv?branch=master
[xo-img]: https://img.shields.io/badge/code_style-XO-5ed9c7.svg
[xo]: https://github.com/sindresorhus/xo
[greenkeeper-img]: https://badges.greenkeeper.io/lagden/dotenv.svg
[greenkeeper]: https://greenkeeper.io/-----
.env reader
## Install
```
$ npm i -S @tadashi/dotenv
```## Usage
```js
require('@tadashi/dotenv')()console.log(process.env.DOTENV)
// => awesome
```## License
MIT © [Thiago Lagden](http://lagden.in)