/FormCli

A form renderer app with Solid, but from the command line - Google Forms but the Solid way

Primary LanguageJavaScriptMIT LicenseMIT

FormCli

A form renderer app with Solid, but from the command line - Google Forms but the Solid way

DOI

Installation

First, install the dependencies:

npm install

To execute locally, run:

node . -d <dataset URL> -f <form description> -r <N3 Conversion Rules>

To install globally, run:

npm install -g .

And then execute with:

form -d <dataset URL> -f <form description> -r <N3 Conversion Rules>

Notes on the input files

See https://github.com/SolidLabResearch/FormRenderer#notes-on-the-input-files

Preview

FormCli