Remote REPL for Google Apps Script
npm install gas-replInteracting with remote objects gets your programming easier.

```
npm install --save-dev gas-repl
Your GAS project should be set up for clasp run. Follow the instruction below:
1. Find Project ID from ..claspcreds.json
2. Open .clasp login --creds .claspcreds.json
3. .gas-repl -p
4. Put the global function of to your project.clasp push
5. Build your project and .clasp run GAS_REPL
6. will return Hello from Apps Script ID: if it is working right.
Now you can use gas-repl to interact with remote objects.
If you have Exception: ScriptError Authorization is required to perform that action. [], try clasp login`.