Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaelaela/gas-tank
https://github.com/kaelaela/gas-tank
google-drive typescript
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kaelaela/gas-tank
- Owner: kaelaela
- Created: 2017-10-22T14:12:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-31T06:35:15.000Z (about 7 years ago)
- Last Synced: 2024-11-10T23:24:36.082Z (2 months ago)
- Topics: google-drive, typescript
- Language: TypeScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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/)