Skip to content

Commit e3bb5cf

Browse files
committed
📚 Add README
1 parent d3be448 commit e3bb5cf

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Env Diff
2+
A tool that used for comparing environment variable file.
3+
4+
## How To Install
5+
```bash
6+
npm install
7+
npm run build
8+
```
9+
Then, it will generate executable output on ./bin folder that you can move or link to your $PATH directory.
10+
11+
## How To Run
12+
Just run the executable, if you have already copied or registered the executable on your $PATH, simply run the command below inside the directory you want to check the .env and another .env file you want to compare.
13+
```bash
14+
env-diff
15+
```

0 commit comments

Comments
 (0)