Falco Template repository

June 13, 2026 ยท View on GitHub

This GitHub template repository can be used to create a new falco project, based on https://github.com/falcopackages/starter-template.

Generate a new project

Add a one-line description of your repository, then click "Create repository from template".

image

Once created, your new repository will execute a GitHub Actions workflow that uses falco-cli to rewrite the repository to the desired state. This may take 30 seconds or so.

Important

It's not currently possible to override the .github folder without using a personal access token. Therefore, there will be a .rename_to_.github folder that you need to rename to .github. You can do it manually, but it will be done automatically the first time you run just setup to set up the project locally.