Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pyoner/gas-feed
https://github.com/pyoner/gas-feed
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pyoner/gas-feed
- Owner: pyoner
- Created: 2016-10-03T13:43:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-06-20T22:40:45.000Z (over 3 years ago)
- Last Synced: 2024-11-04T03:41:24.891Z (about 2 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Apps Script from scratch
## Install
1. `npm install -g node-google-apps-script` [more info](https://www.npmjs.com/package/node-google-apps-script)
2. clone this repo and move to inside repo directory
3. `npm install .` install deps
4. change `gapps.config.json` fileId## Usage
To build project run:
```bash
npm run build
```
To deploy project run:
```bash
npm run deploy
```
or run:
```bash
gapps upload
```