Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naveen8801/gformjs
Tool to create google form through CLI easily. Add path of you FormJson file and you are good to go
https://github.com/naveen8801/gformjs
ajv ajv-validation cli command-line google google-forms ink nodejs reactjs
Last synced: 2 months ago
JSON representation
Tool to create google form through CLI easily. Add path of you FormJson file and you are good to go
- Host: GitHub
- URL: https://github.com/naveen8801/gformjs
- Owner: naveen8801
- License: mit
- Created: 2022-08-08T09:23:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-03T17:10:55.000Z (12 months ago)
- Last Synced: 2024-11-14T16:06:05.583Z (3 months ago)
- Topics: ajv, ajv-validation, cli, command-line, google, google-forms, ink, nodejs, reactjs
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/google-formjs
- Size: 1.21 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
google-formjsAwsome tool to create google form through command line quickly. Just add you FormJson file Demo FormJson File path and you are good to go 🚀
### Installation
```
npm i -g google-formjs
```###Usage
```
gformjs --helpDescription :
Create google forms directly from terminal very easilyUsage :
Step 1 : gformjs
Step 2 : Select form 2 options Create Form or Check Form Responses
Step 3 : Type FormJson file path while creating and formID while gettting form responses
Step 4 : That's it 🚀
```