From 5a91ec2da6a63bd31b1f26efaad01b7dc71cd20b Mon Sep 17 00:00:00 2001 From: Iván Ávalos Date: Mon, 3 Jul 2023 13:27:44 -0600 Subject: Move anastasis CLI into separate package --- packages/anastasis-cli/bin/anastasis-cli.mjs | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 packages/anastasis-cli/bin/anastasis-cli.mjs (limited to 'packages/anastasis-cli/bin/anastasis-cli.mjs') diff --git a/packages/anastasis-cli/bin/anastasis-cli.mjs b/packages/anastasis-cli/bin/anastasis-cli.mjs new file mode 100755 index 000000000..7506e4ba7 --- /dev/null +++ b/packages/anastasis-cli/bin/anastasis-cli.mjs @@ -0,0 +1,20 @@ +#!/usr/bin/env node +/* + This file is part of GNU Taler + (C) 2022 Taler Systems SA + + TALER is free software; you can redistribute it and/or modify it under the + terms of the GNU General Public License as published by the Free Software + Foundation; either version 3, or (at your option) any later version. + + TALER is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR + A PARTICULAR PURPOSE. See the GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along with + TALER; see the file COPYING. If not, see + */ + +import { reducerCliMain } from '../dist/anastasis-cli-bundled.cjs'; + +reducerCliMain(); -- cgit v1.2.3