Switch language한국어
Back to the list

Lean, Fast, Simple — npm-free GAS Deployment on GitHub Actions with glasp

TL;DR AI

Key summary

2 min read
  1. glasp is introduced as a Go-based Google Apps Script deployment tool that works without npm.

  2. Compared with clasp, glasp shows faster GitHub Actions setup and total execution times.

  3. The workflow is simpler because it removes the need to install Node.js and other npm dependencies.

  4. This npm-free approach can reduce CI complexity and lower supply chain risk for Apps Script deployments.

Read the original