| Crates.io | parameters |
| lib.rs | parameters |
| version | 0.2.7 |
| created_at | 2019-11-03 11:49:08.930824+00 |
| updated_at | 2022-03-29 13:51:44.874416+00 |
| description | Automatic replace variables in configuration file templates from environment variables. |
| homepage | https://github.com/TheFox/parameters-rust |
| repository | https://github.com/TheFox/parameters-rust |
| max_upload_size | |
| id | 177731 |
| size | 16,950 |
The project outlines as described in my blog post about Open Source Software Collaboration.
TODO
cargo install parameters
./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 @