You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create ES6 classes that reproduces exactly Google App Script API (without implementation)
2
+
Create ES6 classes that reproduces exactly [Google App Script](https://developers.google.com/apps-script/) API (without implementation)
3
+
4
+
## Description
5
+
This project was create to programmatically [generate](https://github.com/matheusmr13/meta-class) ES6 classes based on services that [Google App Scripts](https://developers.google.com/apps-script/) uses to create their real time autocomplete documentation.
6
+
7
+
## How to use
8
+
1. Clone repo
9
+
2. Install `node >= 5`
10
+
3.`$node getSpreadsheetDocs.js`
11
+
4. All your classes (without implementation) are now on `./classes/`
12
+
13
+
## Why
14
+
Motivated by [this repo](https://github.com/matheusmr13/app-script-mock) used to create mocks to [Google App Scripts](https://developers.google.com/apps-script/)
0 commit comments