CLASP (Command Line Apps Script Projects) is a tool developed by Google that allows developers to manage and develop Google Apps Script projects using a terminal instead of the standard browser editor. It simplifies workflows and supports modern project structures.
- Key features include:
- Import/Export: Clone and sync script projects between your terminal and Google account.
- Version Management: Create, publish, and update script versions.
- TypeScript Support: Write structured and robust code.
- Google Workspace Integration: Deploy scripts for automating Workspace processes.
See the GitHub project.