【日本語 / English】
This is the environment created for developing Google Apps Script (GAS) with TypeScript.
You can use Google's "clasp" to develop it locally.
Because it's created locally, it can also be versioned in Git.
-
Duplicate the repository by pressing
Use this template
and download it locally. -
Install the package
$ yarn
- Authenticate clasp with your Google account
$ yarn login
- Create or connect the project
# If there is no project locally
$ yarn make <project-name> # Create a new project
# or
$ yarn clone <project-id> # Connect to an existing project
# If you are already connected to the project
$ yarn pull # Get code from a connected project
-
Write whatever you want!
-
Upload to the project
$ yarn push