From adaac8bb5f79ab94056f784b8d476d55b808d447 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 6 Apr 2022 13:13:35 -0400 Subject: [PATCH] add easy-git-annex to related_software --- .../comment_1_69cdea649eb79fa796fb3713dc0ac23f._comment | 7 +++++++ doc/related_software.mdwn | 4 ++++ 2 files changed, 11 insertions(+) create mode 100644 doc/forum/JavaScript__47__TypeScript_API_for_git-annex_available/comment_1_69cdea649eb79fa796fb3713dc0ac23f._comment diff --git a/doc/forum/JavaScript__47__TypeScript_API_for_git-annex_available/comment_1_69cdea649eb79fa796fb3713dc0ac23f._comment b/doc/forum/JavaScript__47__TypeScript_API_for_git-annex_available/comment_1_69cdea649eb79fa796fb3713dc0ac23f._comment new file mode 100644 index 0000000000..867ba149bc --- /dev/null +++ b/doc/forum/JavaScript__47__TypeScript_API_for_git-annex_available/comment_1_69cdea649eb79fa796fb3713dc0ac23f._comment @@ -0,0 +1,7 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2022-04-06T17:13:13Z" + content=""" +I've added it to [[related_software]]. +"""]] diff --git a/doc/related_software.mdwn b/doc/related_software.mdwn index 8dd1c24b09..fd09e469fd 100644 --- a/doc/related_software.mdwn +++ b/doc/related_software.mdwn @@ -57,4 +57,8 @@ designed to interoperate with it. * [Git::Annex](https://metacpan.org/release/Git-Annex) is a Perl interface to git-annex, including a script `git annex reviewunused` for interactively processing git-annex-unused output +* [easy-git-annex](https://www.npmjs.com/package/easy-git-annex) is a + TypeScript interface to git-annex (and git) commands. It can also be used + by JavaScript. + See also [[not]] for software that is *not* related to git-annex, but similar.