https://github.com/solidlabresearch/formcli
A form renderer app with Solid, but from the command line - Google Forms but the Solid way
https://github.com/solidlabresearch/formcli
Last synced: 10 months ago
JSON representation
A form renderer app with Solid, but from the command line - Google Forms but the Solid way
- Host: GitHub
- URL: https://github.com/solidlabresearch/formcli
- Owner: SolidLabResearch
- License: mit
- Created: 2022-10-27T13:18:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-21T18:11:47.000Z (about 2 years ago)
- Last Synced: 2025-03-28T23:43:48.397Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 354 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FormCli
A form renderer app with Solid, but from the command line - Google Forms but the Solid way
[](https://zenodo.org/doi/10.5281/zenodo.10285223)
## Installation
First, install the dependencies:
```bash
npm install
```
To execute locally, run:
```bash
node . -d -f -r
```
To install globally, run:
```bash
npm install -g .
```
And then execute with:
```bash
form -d -f -r
```
## Notes on the input files
See https://github.com/SolidLabResearch/FormRenderer#notes-on-the-input-files
## Preview
