google-formjs
Version:
<h1 align="center"> <img src="https://github.com/naveen8801/gFormJS/blob/master/assets/banner.jpg" alt="Banner" width="100%"> <br> google-formjs </h1> <h5 align="center">Awsome tool to create google form through command line quickly. Just add you Form
33 lines (25 loc) • 925 B
Markdown
<h1 align="center">
<img src="https://github.com/naveen8801/gFormJS/blob/master/assets/banner.jpg" alt="Banner" width="100%">
<br>
google-formjs
</h1>
<h5 align="center">Awsome tool to create google form through command line quickly. Just add you FormJson file <a href="https://github.com/naveen8801/gFormJS/blob/master/DemoFormJson.json">Demo FormJson File</a> path and you are good to go 🚀</h5>
<br>
<p align="center">
<img src="https://github.com/naveen8801/gFormJS/blob/master/assets/gformjs.gif" alt="gif" width="90%">
</p>
### Installation
```
npm i -g google-formjs
```
###Usage
```
gformjs --help
Description :
Create google forms directly from terminal very easily
Usage :
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 🚀
```