What is the best way to develop Google Sheets scripts and Git versions

I'm new to Google Sheets scripting. I have code forked from krlaframboise / SmartThings and would like to make some additions and pass them to my Github fork. I can obviously edit the script in the editor and paste them back into my git repository, but that doesn't seem ideal. What are some good Google Sheets scripting and tracking templates on Github?

+4
source share
3 answers

The best solution I've found is GAS Github Assistant .

Chrome, IDE Script / / .

Github, Bitbucket.

1/30/2018

Script , clasp, .

+9

, , , .

script . script, .

, , . .

0

I wrote a tool to pull and push google-apps-script code from / to Google Drive. This avoids copying the paste code.

Your use case will be as simple as this:

$ gas thrust && git commit -m "Some changes I made"

0
source

Source: https://habr.com/ru/post/1691068/


All Articles