https://github.com/pyoner/gas-feed
https://github.com/pyoner/gas-feed
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pyoner/gas-feed
- Owner: pyoner
- Created: 2016-10-03T13:43:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-06-20T22:40:45.000Z (almost 5 years ago)
- Last Synced: 2025-02-14T03:31:11.246Z (over 1 year 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
```