Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T21:51:12.000Z (about 2 years ago)
- Last Synced: 2024-11-11T21:12:05.294Z (3 months ago)
- Topics: google-apps-script
- Language: JavaScript
- Homepage:
- Size: 1.11 MB
- Stars: 7
- Watchers: 2
- 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 [email protected]:yukihirai0505/my-google-apps-script.git
$ cd my-google-apps-script
$ cp -r boilerplate << new project name >>
$ cd << new project name >>
# Edit package.json
```