From 9ed32d5917a7a3af500d215b9d266efc97b971ba Mon Sep 17 00:00:00 2001 From: kballou Date: Tue, 7 Feb 2017 18:55:07 -0700 Subject: exgit: elixir git object explorer: initial commit --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 -- cgit v1.2.1