URLFormJS
URLFormJS copied to clipboard
URLFormJS - Create sticky forms, stateful applications, and shareable links.
Add path functions that are currently in [filever](https://github.com/Cyphrme/FileVer/blob/186f6c430d1192cb09aad7d3cf0f045087518a63/path.go) (but will eventually be moved to their own package `path`)
Support Aliases, especially for flags. ```javascript const FormOptions = { "FormParameters": [{ { "name": "toggle", "type": "bool", "aliases":["t","toggle_mode"], "saveSetting": true, }, { "name": "uri_settable", "aliases":["settable"], "type": "bool", }, ], };...