https://github.com/halfzebra/rust-env-replacer
🦀💉 Inject env vars into static files
https://github.com/halfzebra/rust-env-replacer
cli rust
Last synced: about 1 year ago
JSON representation
🦀💉 Inject env vars into static files
- Host: GitHub
- URL: https://github.com/halfzebra/rust-env-replacer
- Owner: halfzebra
- Created: 2020-03-14T23:31:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-23T22:54:56.000Z (over 6 years ago)
- Last Synced: 2025-01-20T10:14:07.059Z (over 1 year ago)
- Topics: cli, rust
- Language: Rust
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🦀💉 rust-env-replacer
[](https://travis-ci.org/halfzebra/rust-env-replacer)
A tool for replacing tokens in files using env vars.
## Used libs
- [rust-lang/regex](https://github.com/rust-lang/regex)
- [rust-lang-nursery/glob](https://github.com/rust-lang-nursery/glob)
- [clap-rs/clap](https://github.com/clap-rs/clap)