Skip to content

Commit

Permalink
Merge pull request #3 from GustavoBonfimS/develop
Browse files Browse the repository at this point in the history
v1.0.1
  • Loading branch information
GustavoBonfimS authored May 10, 2022
2 parents 4911b40 + 55939c7 commit 93a2247
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 22 deletions.
26 changes: 6 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,23 @@
# env-verify
# Simple Env Verify

[![npm version](https://img.shields.io/npm/v/simple-env-verify.svg?style=flat-square)](https://www.npmjs.com/package/simple-env-verify)

This script was created to read the .env.example file and verify that all keys are entered in the .env file


## Instalation

Clone the repo

```
git clone https://github.com/GustavoBonfimS/env-verify.git
```

Enter the directory
```
cd env-verify
npm i -g simple-env-verify
```

Install dependencies
```
yarn
```
Run the command

Install the package locally
```
npm i -g .
simple-env-verify --help
```

Run the command

Or
```
env-verify --help
sev --help
```


5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-env-verify",
"version": "1.0.0",
"version": "1.0.1",
"main": "src/index.mjs",
"author": "Gustavo Bonfim",
"license": "MIT",
Expand All @@ -10,7 +10,8 @@
"url": "https://github.com/GustavoBonfimS/simple-env-verify"
},
"bin": {
"env-verify": "./src/index.mjs"
"simple-env-verify": "./src/index.mjs",
"sev": "./src/index.mjs"
},
"dependencies": {
"chalk": "^5.0.1",
Expand Down

0 comments on commit 93a2247

Please sign in to comment.