parameters

Crates.ioparameters
lib.rsparameters
version0.2.7
sourcesrc
created_at2019-11-03 11:49:08.930824
updated_at2022-03-29 13:51:44.874416
descriptionAutomatic replace variables in configuration file templates from environment variables.
homepagehttps://github.com/TheFox/parameters-rust
repositoryhttps://github.com/TheFox/parameters-rust
max_upload_size
id177731
size16,950
Christian Mayer (TheFox)

documentation

https://github.com/TheFox/parameters-rust

README

Parameters written in Rust

Project Outlines

The project outlines as described in my blog post about Open Source Software Collaboration.

  • The main purpose of this software is to handle one template file and generate another file out of that. This is used for CI/CD pipelines, where a .env.dist file is taken to generate a .env file for production environment.
  • This list is open. Feel free to request features.

Examples

TODO

Installation

cargo install parameters

Similar projects

Dev

./bin/dev.sh -i ./.env.dist -o ./.env.production -e production -n instance1 -r SYMF_ -s @
./bin/dev.sh -i ./.env.dist -r ^
echo -n hello | ./bin/dev.sh -i - -o ./.env.production -e production -n instance1 -r ^SYMF_ -s @
Commit count: 36

cargo fmt