Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kaelaela/gas-tank


https://github.com/kaelaela/gas-tank

google-drive typescript

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# gas-tank

```
//install typescript
$ npm install typescript -g

//install node-google-apps-script
$ npm install -g node-google-apps-script

//compile ts files
$ tsc

// compile and upload to drive
$ npm run publish
```

more info ;)
[TypeScript で Google Apps Script を書く環境を整備する|Hori Blog](https://hori-ryota.com/blog/googleappsscript-by-typescript/)