-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from GustavoBonfimS/develop
v1.0.1
- Loading branch information
Showing
2 changed files
with
9 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters