Monday, June 3, 2024
32
rated 0 times [  38] [ 6]  / answers: 1 / hits: 18449  / 12 Years ago, wed, october 3, 2012, 12:00:00

I am confused about the best way to manage shared development of Google App Scripts. The thing is that editing google app scripts is done through an online editor with its own version control in place, but that's not shared with other developers as far as I can tell.



So is the suggested practice that we copy and paste from that editing space into local hard files and then push into the version control system of our choice, and then when we want to test things we copy and paste things back into the online editor? Seems messy and error prone.



I see some people are putting their Google App Scripts in places like Github:



https://github.com/peterneubauer/neo4j-google-apps-script



Would be great it we could push directly from git to deploy on Google App Scripts the same way we do with Heroku. Would really like to be able to run a battery of unit tests against my App Scripts ...


More From » google-apps-script

 Answers
23

You can star issue 217 and issue 1959 if that is important to you.



Update: Take a look at Advanced Development Process with Apps Script


[#82771] Tuesday, October 2, 2012, 12 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
dayshadelaniej

Total Points: 668
Total Questions: 121
Total Answers: 121

Location: Sao Tome and Principe
Member since Wed, Dec 21, 2022
1 Year ago
dayshadelaniej questions
;