File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
# @jcoreio/require-env
2
2
3
- [ ![ Build Status ] ( https://travis-ci.org/ jcoreio/require-env.svg?branch=master )] ( https://travis-ci.org /jcoreio/require-env )
3
+ [ ![ CircleCI ] ( https://circleci.com/gh/ jcoreio/require-env.svg?style=svg )] ( https://circleci.com/gh /jcoreio/require-env )
4
4
[ ![ Coverage Status] ( https://codecov.io/gh/jcoreio/require-env/branch/master/graph/badge.svg )] ( https://codecov.io/gh/jcoreio/require-env )
5
5
[ ![ semantic-release] ( https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg )] ( https://github.com/semantic-release/semantic-release )
6
6
[ ![ Commitizen friendly] ( https://img.shields.io/badge/commitizen-friendly-brightgreen.svg )] ( http://commitizen.github.io/cz-cli/ )
7
+ [ ![ npm version] ( https://badge.fury.io/js/%40jcoreio%2Frequire-env.svg )] ( https://badge.fury.io/js/%40jcoreio%2Frequire-env )
7
8
8
9
A simple function that returns the value of an environment variable, but ** throws if it's not a non-empty string** .
9
10
Logs the entire environment to ` console.error ` to aid debugging.
You can’t perform that action at this time.
0 commit comments