google/clasp

🔗 Command Line Apps Script Projects

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 50 minutes ago
Added to GitGenius on September 11th, 2026
Created on December 5th, 2017
Open Issues & Pull Requests: 49 (+0)
GitHub issues: Enabled
Number of forks: 510
Total Stargazers: 5,825 (+0)
Total Subscribers: 67 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 10.8 days
Mean response time: 180.8 days
90th percentile: 553.9 days
Tracked items: 193

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "API support needed" is answered fastest, typically in about 10 hours, while "feature request" waits about 3 weeks. Only 14% of issues opened in the past year have been closed. Three people close 92% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 27
New in 7 days: 2
Closed in 7 days: 0
Avg open age: 1,098 days
Stale 30+ days: 23
Stale 90+ days: 20

Recent activity

Opened in 7 days: 2
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • feature request (22)
  • bug (15)
  • API support needed (14)
  • docs (6)
  • duplicate (6)
  • not feasible (5)
  • help wanted (4)
  • good first issue (2)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Clasp is a command-line tool that enables local development of Google Apps Script projects.

The tool solves the problem of Apps Script development being confined to the web-based script.google.com editor by allowing developers to work locally with their preferred editors and version control systems. Clasp bridges the gap by managing the synchronization between local files and Apps Script projects, automatically converting flat projects into folder structures and handling deployment versioning. It also provides command-line execution of Apps Script functions with features like instant deployment and fuzzy autocomplete for function suggestions.

Clasp suits developers who want to apply standard software development practices to Apps Script projects, including source control integration, collaborative development, and use of local tooling. The tool is particularly valuable for teams working on multiple deployments or those who need to manage custom Google OAuth scopes programmatically. It can be installed as an extension for Gemini CLI or Claude Code CLI, making it accessible within modern development environments.

The project maintains a substantial user base, with almost all open issues coming from outside users rather than the core team. Responses to issues and pull requests typically arrive within one to two weeks. Work in the issue tracker centers on feature requests, bug reports, and API support needs.