https://github.com/yukihirai0505/my-google-apps-script
:beer: My Google Apps Script
https://github.com/yukihirai0505/my-google-apps-script
google-apps-script
Last synced: about 1 year ago
JSON representation
:beer: My Google Apps Script
- Host: GitHub
- URL: https://github.com/yukihirai0505/my-google-apps-script
- Owner: yukihirai0505
- License: mit
- Created: 2017-04-18T15:30:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T21:51:12.000Z (over 3 years ago)
- Last Synced: 2025-03-07T10:26:32.289Z (over 1 year ago)
- Topics: google-apps-script
- Language: JavaScript
- Homepage:
- Size: 1.11 MB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Google Apps Script
This repo is for my google apps scripts.
Please be fun to see my scripts and use it.
## New GAS Prohect
```
$ git clone git@github.com:yukihirai0505/my-google-apps-script.git
$ cd my-google-apps-script
$ cp -r boilerplate << new project name >>
$ cd << new project name >>
# Edit package.json
```