commit 842ca93d5c961e160eb2deedb8c801a71069f6ae parent 54f33ea1445afcb1b0bc690c5a8cdb0a8cf3705f Author: Byron Torres <b@torresjrjr.com> Date: Fri, 30 Apr 2021 02:50:47 +0100 Expand README.md Diffstat:
M | README.md | | | 28 | +++++++++++++++++++++++++++- |
1 file changed, 27 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -1,4 +1,30 @@ go-nestedtext ============= -[NestedText](https://nestedtext.org/) in Go +[NestedText](https://nestedtext.org/) in Go. + +Early development. + +Currently only provides an executable which converts NestedText to JSON. +In the future, will provide a simple library package. + + +Install +------- + + $ git clone https://git.sr.ht/~torresjrjr/go-nestedtext + $ go build -o nt + + +Usage +----- + + $ nt < file.nt + + +Resources +--------- + +- License: GNU General Public License +- Project site: <https://sr.ht/~torresjrjr/go-nestedtext> +- Mailing list: <~torresjrjr/go-nestedtext@lists.sr.ht>