From 25598d43d758a1c4f756b1a59af8b6aba790feb7 Mon Sep 17 00:00:00 2001 From: TheAlan404 Date: Fri, 19 Jul 2024 04:17:14 +0000 Subject: [PATCH] a --- .github/workflows/ls.yml | 11 +++++++++++ README.md | 7 ++++++- addons/papi-plugin.toml | 2 ++ {v1 => meta}/tools.json | 0 templates/ls | 1 + 5 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/ls.yml create mode 100644 addons/papi-plugin.toml rename {v1 => meta}/tools.json (100%) create mode 100644 templates/ls diff --git a/.github/workflows/ls.yml b/.github/workflows/ls.yml new file mode 100644 index 0000000..4977c13 --- /dev/null +++ b/.github/workflows/ls.yml @@ -0,0 +1,11 @@ +name: ls +on: + push: + +jobs: + ls: + runs-on: ubuntu-latest + steps: + - run: cd templates && ls -1 | grep -v 'ls' > ls + - run: cd features && ls -1 | grep -v 'ls' > ls + - run: cd addons && ls -1 | grep -v 'ls' > ls diff --git a/README.md b/README.md index 2965816..22bd66b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # mcman-meta -Metadata about some optional extra things + +This repository includes +- `templates` to use in `mcman init` +- `addons` for ready to use addons +- [JSON `schemas`](https://json-schema.org/) for editor tools +- `features` diff --git a/addons/papi-plugin.toml b/addons/papi-plugin.toml new file mode 100644 index 0000000..31c37df --- /dev/null +++ b/addons/papi-plugin.toml @@ -0,0 +1,2 @@ +type = "" +target = "plugins" diff --git a/v1/tools.json b/meta/tools.json similarity index 100% rename from v1/tools.json rename to meta/tools.json diff --git a/templates/ls b/templates/ls new file mode 100644 index 0000000..92f72ed --- /dev/null +++ b/templates/ls @@ -0,0 +1 @@ +blank