From d2dc4af101fb808e09f375bb3d65d9c9853fa5ac Mon Sep 17 00:00:00 2001 From: Philipp Dieter Date: Sun, 26 Apr 2020 23:56:23 +0200 Subject: [PATCH] [TASK] Add readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b8c0eda --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +Just a collection of functions and scripts which I was tired of copy and pasting +in every new project so I decided to collect them in this extension. + +Will be extended as needed. Take it as a whole or just copy the parts you need.