danthareja / node-google-apps-script

[DEPRECATED - use clasp instead] The easiest way to develop Google Apps Script projects
MIT License
353 stars 70 forks source link

How to run Google Apps Script projects on my local machine? #63

Closed julesmoretti closed 6 years ago

julesmoretti commented 7 years ago

NEED: The ability to run google scripts that is currently written for google spreadsheets but on my local machine rather than through the web interface.

EXPECTATION: Using node-google-apps-script I can edit my scripts locally using Sublime text editor, test them locally and then push those online through Google script API integration.

PROBLEM: The readme information is missing some steps for example. When in google spreadsheets click on Tools > script editor Once in Script editor click on Publish > Deploy as API executable...

These are not currently informations I can even read from your documentation...

Any help would be very helpful.

oshliaer commented 7 years ago

I'm not sure that It's possible to do your tasks with ngas. Try something else like gas-local or ggsrun

lricoy commented 6 years ago

Hi @julesmoretti have you tried @oshliaer's suggestions?

julesmoretti commented 6 years ago

@lricoy I have not sorry @oshliaer thank you for the recommendations ggsrun looks promising :)

aurelienshz commented 6 years ago

I feel like this falls out of scope of this tool, and gas-local README explicitely advises to use gapps to push/pull the project to/from Google Drive. I'm closing this issue, since it seems irrelevant to this project.