Byont-Ventures / smart-contract-analysis-tools

0 stars 1 forks source link

Templating engine for Rust #14

Open enzoevers opened 1 year ago

enzoevers commented 1 year ago

@jasperverbeet For if you would like to work on this.

enzoevers commented 1 year ago

@Vitality-Booster As discussed. It would be nice for us to know how we could use a templating engine for this repository.

As a first step, this repository should have a template in repor_generator with general info. Since the repository can be configured to use or not use certain tools, each tool should also have its own template. The output from the tool-specific template could be included in the main template. This way the repository also scales better when adding new tools. This could, for example in Tera, probably be done with inheritence. But I think that almost all templating engines have something like this inheritance.