From 1123e0bc25e229d47fb2bb63d355fc7e5a9405f5 Mon Sep 17 00:00:00 2001 From: Gizmotronn Date: Tue, 15 Feb 2022 20:16:04 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=8E=F0=9F=8E=A7=20->=20React.ts=20init?= =?UTF-8?q?ialisation=20for=20#3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 + fetchjson/README.md | 1 + fetchjson/features/functions.ts | 3 + fetchjson/features/types.ts | 12 + fetchjson/features/variables.ts | 58 + quartz-cli/.gitignore | 23 + quartz-cli/README.md | 46 + quartz-cli/package-lock.json | 27494 ++++++++++++++++++++++++++++ quartz-cli/package.json | 43 + quartz-cli/src/index.tsx | 12 + quartz-cli/src/props/Child.tsx | 20 + quartz-cli/src/props/Parent.tsx | 9 + quartz-cli/src/react-app-env.d.ts | 1 + quartz-cli/src/state/List.tsx | 16 + quartz-cli/tsconfig.json | 26 + 15 files changed, 27767 insertions(+) create mode 100644 fetchjson/README.md create mode 100644 fetchjson/features/functions.ts create mode 100644 fetchjson/features/types.ts create mode 100644 fetchjson/features/variables.ts create mode 100644 quartz-cli/.gitignore create mode 100644 quartz-cli/README.md create mode 100644 quartz-cli/package-lock.json create mode 100644 quartz-cli/package.json create mode 100644 quartz-cli/src/index.tsx create mode 100644 quartz-cli/src/props/Child.tsx create mode 100644 quartz-cli/src/props/Parent.tsx create mode 100644 quartz-cli/src/react-app-env.d.ts create mode 100644 quartz-cli/src/state/List.tsx create mode 100644 quartz-cli/tsconfig.json diff --git a/README.md b/README.md index bf0ef43e0..6d9595e77 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Signal-K Digital Garden +## CLI branch +We'll be creating a CLI for writing documentation and integrating it with your code editor and visual/GUI tools (e.g. Unity), on THIS branch. + đź”— Log onto our [notion](https://www.notion.so/skinetics/Signal-Kinetics-4c3a0eaa11914a5f84a59c01de860c57) or the [portal](https://docs.skinetics.tech) to view documentation & tasks