Skip to content

Commit 2c3dd97

Browse files
authored
Update README.md
1 parent ee54a4d commit 2c3dd97

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
# app-script-api
2-
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

Comments
 (0)