From cc33a234f6870c45cba960dbbc2efa51b1c23aa1 Mon Sep 17 00:00:00 2001 From: mgred Date: Thu, 2 Nov 2023 01:34:03 +0100 Subject: [PATCH] deploy: f3080c6470054e8b3c6ef663cdbcf94c6b38fc8f --- footer.html | 2 +- index.html | 48 ++++++++++++++++++++++++++++++++---------------- 2 files changed, 33 insertions(+), 17 deletions(-) diff --git a/footer.html b/footer.html index 5df60fb..908720b 100644 --- a/footer.html +++ b/footer.html @@ -1 +1 @@ -

Last update: Sat Jul 24 21:14:14 CEST 2021

+

Last update: Thu Nov 2 01:33:56 CET 2023

diff --git a/index.html b/index.html index bb9178f..37c16d1 100644 --- a/index.html +++ b/index.html @@ -8,10 +8,17 @@

-

Build & Publish Page GPLv3 License

+

Usage

Add a submodule to a project, e.g. types/quickjs:

-
git submodule add git@github.com:mgred/quickjs-types.git types/quickjs
+
git submodule add git@github.com:mgred/quickjs-types.git types/quickjs

Extend tsconfig.json to use types:

-
{
+
{
   "compilerOptions": {
     "typeRoots": ["types"]
   }
 }

Tests

-

All tests live in test.ts. To verify everyting passes, run:

-
tsc -p .
+

All tests live in test.ts. To verify everyting passes, +run:

+
tsc -p .

License

-

Code in this repository is licensed under the GNU General Public License v3

+

Code in this repository is licensed under the GNU General Public +License v3

Todos

    -
  • -Add more tests
  • -
  • -Add more documentation (comments)
  • +
  • Add more tests
  • +
  • Add more documentation (comments)
-

Last update: Sat Jul 24 21:14:14 CEST 2021

+

Last update: Thu Nov 2 01:33:56 CET 2023