gircore-blueprint-template

A Template for making GTK applications using gircore

This template is a starting point for making GTK applications using gircore, and blueprint.

Installing

Steps for using

Create a new project using dotnet new gircore-blueprint --app-id com.example.MyApp --display-name "My app", replacing com.example.MyApp with an app id follows the reverse domain name format. See the documentation for app id on gnome docs. Also replace My app with the name of your application.

TODO for this template