Skip to content

Commit

Permalink
Update Readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhenry committed Mar 2, 2023
1 parent 679bbb2 commit bc9ac8a
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,29 @@
# envject

An environment variables injector.
A command-line tool for injecting environment variables to any file. Useful for any configuration and CI.

## To use
Inspired by the functionality of [variable-injector](https://github.com/LucianoPAlmeida/variable-injector) but written in go.

## Installation

### Install from source

```shell
go run main.go -file=sample.config.txt -debug=true
go run main.go -file=sample.config.txt -debug=true
```

### Grab the binary from the release tags

- https://github.com/michaelhenry/envject/releases

### Using Homebrew

```shell
brew tap michaelhenry/envject
brew install envject
```


## LICENSE

MIT

0 comments on commit bc9ac8a

Please sign in to comment.