Settings

Theme

From JSON to CRUD

github.com

2 points by shujutech 7 years ago · 1 comment

Reader

lixtra 7 years ago

After reading the README twice I still don't know what it does or if I could have any need for it. What about a more concrete exmaple in the README?

The demo is more speaking. And the tool looks actually interesting.

How about:

    With StIGMA you can create a web form GUI from an example JSON object (demo-link).

    Example:
    x = { "name":"John Smith", "age":24 }; # Make it simple
    gets translated to 
    y = ...
    which can be rendered on a webpage as:
    [Screenshot]
Then later describe the process in detail.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection