A README.md => README.md +40 -0
@@ 0,0 1,40 @@
+
+# Table of Contents
+
+1. [What is this?](#org831af30)
+2. [Status](#org8772e08)
+3. [Workflow](#orgb44fbb6)
+4. [Features (sort of)](#org8cfb16d)
+
+
+
+<a id="org831af30"></a>
+
+# What is this?
+
+This is a wrapper of ncurses in janet
+
+
+<a id="org8772e08"></a>
+
+# Status
+
+Very early stage. There is a lot to do. I am basically doing on need basis.
+
+
+<a id="orgb44fbb6"></a>
+
+# Workflow
+
+My workflow in this project is to add a new functionality in the `janet-ncurses.c` and trying that new funcionality in a test file.
+
+
+<a id="org8cfb16d"></a>
+
+# Features (sort of)
+
+In other words, what I have already wrapped:
+
+- Basic window manipulation
+- Some menu stuff
+
A README.org => README.org +17 -0
@@ 0,0 1,17 @@
+#+Title: Janet ncurses
+#+Author: Lucas E M Moreira
+#+mail: me@lucasemmoreira.xyz
+
+* What is this?
+ This is a wrapper of ncurses in janet
+
+* Status
+ Very early stage. There is a lot to do. I am basically doing on need basis.
+
+* Workflow
+ My workflow in this project is to add a new functionality in the ~janet-ncurses.c~ and trying that new funcionality in a test file.
+
+* Features (sort of)
+ In other words, what I have already wrapped:
+ + Basic window manipulation
+ + Some menu stuff