CLASP

Chester Wyke April 17, 2023 Updated: May 11, 2026 #Misc

Setup

If this is your first time using clasp or first time on a new computer the best instructions to get started can be found in the Readme of the project it self at https://github.com/google/clasp

In particular you will need:

How to use

New project setup

Additional Steps for Wykies Library

Converting an existing Javascript (JS) project to TypeScript (TS)

Ignore files

File location

Source: https://github.com/google/clasp#ignore-file-claspignore

Put a .claspignore in the root of the project’s directory. All paths are relative to root.

Format

Uses multimatch

Glob Pattern:

Example

js_lib/**