Skip to content

Commit f26e658

Browse files
committed
Update readme
Signed-off-by: Alex Ivanov <ai@contributor.pw>
1 parent 5e55cb9 commit f26e658

File tree

3 files changed

+128
-83
lines changed

3 files changed

+128
-83
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Google Apps Script Snippets
22

3-
This is a diverse collection of code snippets that I have ever seen and made.
3+
The website [Google Apps Script snippets ᕦʕ •ᴥ•ʔᕤ](https://google-apps-script-snippets.contributor.pw/)
44

5-
- [Docs](https://google-apps-script-snippets.contributor.pw) **English translation required**
6-
- [Документация](https://google-apps-script-snippets.contributor.pw/ru)
5+
## How to build
6+
7+
Clone the repo.
8+
9+
Don't forget `$> npm init`.
10+
11+
Override the [settings](./settings) to your `.clasp.json`.
12+
13+
Push the snippet `sheets/export-import-to-csv` to the cloud:
14+
15+
```sh
16+
$> S=./snippets/sheets/export-import-to-csv && npm run dsw $S
17+
```

newreadme.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)