Skip to content

Commit f7f6e78

Browse files
committed
Add dotenv-tool to README
1 parent ef4d83f commit f7f6e78

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,13 @@ outputs
6363
6464
Error on line 1: Unterminated quote
6565
```
66+
67+
## Command Line
68+
69+
There's also a command line tool, `dotenv-tool`. It supports checking dotenv files for syntax errors and converting
70+
them to JSON. To install, run:
71+
72+
```sh
73+
swift build -c release
74+
cp .build/release/dotenv-tool /usr/local/bin
75+
```

0 commit comments

Comments
 (0)