From 97b6cdfaaa9bd72f10061431cc49a65c3fb3dcbb Mon Sep 17 00:00:00 2001 From: Valerio Ageno Date: Thu, 6 Jun 2024 19:43:49 +0200 Subject: [PATCH] doc: add README to examples/ root --- examples/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 examples/README.md diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 00000000..47df30d4 --- /dev/null +++ b/examples/README.md @@ -0,0 +1,9 @@ +# Tuono examples + +This folder includes all the official tuono starters. + +To simply scaffold the base project run in your terminal: + +```shell +$ tuono new [NAME] +```