From 124c7aa93a99e6a1321c0f4d934d3d6ce2dbebf3 Mon Sep 17 00:00:00 2001 From: Yeray Date: Fri, 26 Jul 2024 18:41:45 +0200 Subject: [PATCH] 1 --- README.md | 0 manifest.toml | 7 +++++++ 2 files changed, 7 insertions(+) create mode 100644 README.md create mode 100644 manifest.toml diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/manifest.toml b/manifest.toml new file mode 100644 index 0000000..a26ff99 --- /dev/null +++ b/manifest.toml @@ -0,0 +1,7 @@ +packaging_format = 2 + +id = "nodeapp" +name = "NodeJS App" +description.en = "Deploy a custom NodeJS App in your Yunohost instance" +description.es = "Despliega una aplicación de NodeJS personalizada en tu instancia de Yunohost" +version = "0.1~ynh1" \ No newline at end of file