From 5533d1e93a11d12d41b65941f322e6db25b1d545 Mon Sep 17 00:00:00 2001 From: Alhadis Date: Tue, 21 Mar 2017 23:07:17 +1100 Subject: [PATCH] Add a terse, semi-placeholder readme file --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ec2e90e --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +Atom-FS +======= + +Filesystem abstraction layer for [Atom](https://atom.io/), originally written for the [`file-icons`](https://github.com/file-icons/atom) package. + +A more thorough overview will be added in the near future, along with documentation and usage notes.