aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2017-02-07 18:55:07 -0700
committerkballou <kballou@devnulllabs.io>2017-02-07 19:01:26 -0700
commit9ed32d5917a7a3af500d215b9d266efc97b971ba (patch)
treeebca08d5bfa5079004b10afb3ee9f7b390bbbde4 /README.md
downloadexgit-9ed32d5917a7a3af500d215b9d266efc97b971ba.tar.gz
exgit-9ed32d5917a7a3af500d215b9d266efc97b971ba.tar.xz
exgit: elixir git object explorer: initial commitHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..3655257
--- /dev/null
+++ b/README.md
@@ -0,0 +1,24 @@
+# Exgit #
+
+Simple [Elixir][2] application for exploring [Git][1] repositories.
+
+This is very much a work in progress and a way to study Git internals.
+
+## Documentation ##
+
+[Hexdocs][3] hosts documentation for the project.
+
+## License ##
+
+This software is released, AS-IS and WITHOUT warranty, as free and open-source
+software with the hope it will be found useful under the terms and conditions
+of the [GNU General Public License, version 3][4] or later. For more
+information, please consult to provided `LICENSE` file.
+
+[1]: https://git-scm.com
+
+[2]: http://elixir-lang.org
+
+[3]: https://hexdocs.pm/exgit
+
+[4]: https://www.gnu.org/licenses/gpl.html