branch: externals/tomelr commit 20bf9e6c5480a29159b1db216b9da2a6279590fe Author: Kaushal Modi <kaushal.m...@gmail.com> Commit: Kaushal Modi <kaushal.m...@gmail.com>
chore(doc): Add GHA and license badges --- README.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.org b/README.org index 3db9373425..d24eb3ff3b 100644 --- a/README.org +++ b/README.org @@ -3,6 +3,13 @@ #+property: header-args :eval never-export +*NOTE*: This library is in a severe beta stage. It is not ready for any use!! :poop: + +[[https://github.com/kaushalmodi/tomelr/actions][https://github.com/kaushalmodi/tomelr/actions/workflows/test.yml/badge.svg]] [[https://www.gnu.org/licenses/gpl-3.0][https://img.shields.io/badge/License-GPL%20v3-blue.svg]] + +* Installation +Clone this repo, have ~baser.el~ in the ~load-path~ and ~(require +'baser)~. * Specification and Conversion Examples Below examples are shown on how S-expressions get translated to various TOML object types.