An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# 🦀💉 rust-env-replacer

[![Build Status](https://travis-ci.org/halfzebra/rust-env-replacer.svg?branch=master)](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)