Releases: vala-lang/valdo
Releases · vala-lang/valdo
2022.04.14
New features
- GNOME HIG template by @liferooter in #16
Bug fixes and code improvements
- Make git repo creation optional (@pervoj in #15)
- Code cleanup and infrastructure improvements (@liferooter in #20)
Thanks to @liferooter and @pervoj
2021.08.31
New features:
- add elementaryOS template
eos
- allow variables in directory and file names
- improve use by frontends like https://github.com/pervoj/valdo-gtk
- horizontally align listed template names
2021.07.22
The first release of Valdo
Valdo is a templating engine for Vala projects, similar to dotnet new
. It's a command line tool that allows you to set up a new Vala project with a predefined structure. Valdo comes with a list of templates for different types of Vala projects.
Valdo is designed to help you create a new project quickly. When you select a project template, an assistant gets you started in a few steps:
Anyone can add a new template by making a pull request for this project!