Skip to content

Commit

Permalink
Add dotenv-tool to README
Browse files Browse the repository at this point in the history
  • Loading branch information
juri committed May 18, 2024
1 parent ef4d83f commit f7f6e78
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,13 @@ outputs
Error on line 1: Unterminated quote
```

## Command Line

There's also a command line tool, `dotenv-tool`. It supports checking dotenv files for syntax errors and converting
them to JSON. To install, run:

```sh
swift build -c release
cp .build/release/dotenv-tool /usr/local/bin
```

0 comments on commit f7f6e78

Please sign in to comment.