From 8b1036e9fb72710e5da9c5116d9c9e6fc4024ca3 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Thu, 16 Jan 2025 12:07:20 +0900 Subject: [PATCH] create xz --- zx/README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 zx/README.md diff --git a/zx/README.md b/zx/README.md new file mode 100644 index 0000000..018db85 --- /dev/null +++ b/zx/README.md @@ -0,0 +1,22 @@ +```sh +echo info >&2 +``` + +```js +import { say } from "npm:cowsay"; + +console.log(say({ text: "hello world" })); +``` + +``` +$ deno -A npm:zx README.md +info + _____________ +< hello world > + ------------- + \ ^__^ + \ (oo)\_______ + (__)\ )\/\ + ||----w | + || || +```