Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 799 Bytes

README.md

File metadata and controls

41 lines (24 loc) · 799 Bytes

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