vala-lang / valdo

Create new Vala projects from templates
GNU Lesser General Public License v2.1
48 stars 13 forks source link

Template for CLI app #23

Open lw64 opened 2 years ago

lw64 commented 2 years ago

For a tutorial about writing a command line program in Vala we need a starting template. GNOME builder has one already, but valdo does not. I would just copy the one from GNOME builder over to valdo. That way we can have the same tutorial, but are still platform-independent.

colinkiama commented 1 year ago

Hey, can you link to the template that you are taking about please?

lw64 commented 1 year ago

https://gitlab.gnome.org/GNOME/gnome-builder/-/blob/main/src/plugins/meson-templates/resources/src/main-cli.vala

Prince781 commented 1 year ago

new is already a CLI app template. Do you have ideas for improving it?