Use clasp to deploy.
clasp login
clasp clone [script id]
Set "src" to rootDir in .clasp.json
.
{
"scriptId": "xxxxxxxxxxxxx",
"rootDir": "src"
}
Then, push the script.
clasp push
- Sample spread sheet
https://docs.google.com/spreadsheets/d/1IfbFolaLzGD9GdlwQWou7ht_C4qTA_WzzS-oxRVMtf8/edit#gid=0
npm install
- Recommended to use visual studio code.
- tsLint settings are written for vscode.
Using testing framework AVA. All names used in tests are generated randomly.
npm install
npm test