From 61537db9bdd329951cd4b0a982a603915cdddaec Mon Sep 17 00:00:00 2001 From: Andy Kipp Date: Sat, 21 Sep 2024 20:23:49 +0200 Subject: [PATCH] Create xonsh/api/README.md --- xonsh/api/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 xonsh/api/README.md diff --git a/xonsh/api/README.md b/xonsh/api/README.md new file mode 100644 index 000000000..97d31648b --- /dev/null +++ b/xonsh/api/README.md @@ -0,0 +1,2 @@ +Xonsh API was introduced to reduce boilerplate code in a solutions that based on xonsh. +We're very welcome to extend Xonsh API with shortcuts, code snippets and helpful functions.