https://github.com/wasabina67/clasp-example
Clasp example
https://github.com/wasabina67/clasp-example
clasp google-apps-script
Last synced: about 1 month ago
JSON representation
Clasp example
- Host: GitHub
- URL: https://github.com/wasabina67/clasp-example
- Owner: wasabina67
- License: mit
- Created: 2024-06-25T04:48:05.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-03T02:05:00.000Z (10 months ago)
- Last Synced: 2025-01-30T16:19:12.407Z (3 months ago)
- Topics: clasp, google-apps-script
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# clasp-example
Clasp example## Install
```bash
npm i @google/clasp -g
```## Commands
```bash
clasp login
``````bash
clasp logout
``````bash
clasp create
``````bash
clasp open
``````bash
clasp pull
``````bash
clasp push
``````bash
clasp clone [scriptId]
```