Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonatan E. Salas authored Apr 30, 2018
1 parent 56a6d41 commit 70a7aca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Create-Env
# :rocket: Create-Env :rocket:
[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT) [![Build Status](https://travis-ci.org/BlackBoxVision/create-env.svg?branch=master)](https://travis-ci.org/BlackBoxVision/create-env) [![Coverage Status](https://coveralls.io/repos/github/BlackBoxVision/create-env/badge.svg?branch=master)](https://coveralls.io/github/BlackBoxVision/create-env?branch=master) [![codecov](https://codecov.io/gh/BlackBoxVision/create-env/branch/master/graph/badge.svg)](https://codecov.io/gh/BlackBoxVision/create-env)
![npm](https://img.shields.io/npm/dm/create-env.svg)


:rocket: `create-env` is an utility to help you create .env files based on CI/CD environmental values.
`create-env` is an utility to help you create .env files based on CI/CD environmental values.

## Use case

Expand Down Expand Up @@ -31,9 +31,9 @@ NODE_ENV=production
PORT=8080
```

## Install
## Installation

Install as a global dependency:
`create-env` needs to be installed as a global dependency:

### NPM

Expand Down

0 comments on commit 70a7aca

Please sign in to comment.