We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e55cb9 commit f26e658Copy full SHA for f26e658
README.md
@@ -1,6 +1,17 @@
1
# Google Apps Script Snippets
2
3
-This is a diverse collection of code snippets that I have ever seen and made.
+The website [Google Apps Script snippets ᕦʕ •ᴥ•ʔᕤ](https://google-apps-script-snippets.contributor.pw/)
4
5
-- [Docs](https://google-apps-script-snippets.contributor.pw) **English translation required**
6
-- [Документация](https://google-apps-script-snippets.contributor.pw/ru)
+## How to build
+
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
0 commit comments