Crates.io | rendr |
lib.rs | rendr |
version | 0.3.2 |
source | src |
created_at | 2020-07-10 13:57:09.66283 |
updated_at | 2020-07-21 15:41:32.120274 |
description | A project scaffolding tool |
homepage | https://jamf.github.io/rendr/ |
repository | https://github.com/jamf/rendr |
max_upload_size | |
id | 263651 |
size | 104,999 |
A project scaffolding tool
Check out the User Guide for the full documentation.
This project is currently under heavy development. The API is expected to change before reaching a 1.0.0 release. That said, it is functional and useful already! Try it out and provide any feedback you have by opening an issue.
rendr is a scaffolding tool which allows generating entire projects (or anything else) from blueprints, using standard templating engines and simple customization via parameters. It is generic enough to apply to a wide variety of applications and tech stacks, but powerful and flexible enough to provide value, fast. The tool itself is really a generic template renderer. It's up to you, the template creator, to decide what to put in your template.
Here are just a few possible use cases:
To install the latest release:
brew install jamf/tap/rendr
Again, the latest release can be installed with:
cargo install rendr
Alternatively, you can download the CLI binary directly from the Releases page and put it on your system path.
More detailed usage can be found in the User Guide.
View available commands:
❯ rendr help
The basic usage to generate a project looks like this:
rendr init my-project --blueprint https://github.com/your/template
Provide values to the template with the -v
flag:
rendr init my-project -b https://github.com/your/template -v name:foo -v version:1.0.0
Feedback and pull requests are welcome! Let us know if you have issues using the tool, or see use cases that are not yet supported. We'd love to expand its usefulness!