GasPack Manager Registry
The Missing Package Manager for Google Apps Script
Popular Packages
View all →Loading packages...
The GasPack Manager Ecosystem
GasPack Manager brings modern JavaScript development practices to Google Apps Script. Our ecosystem includes:
- GPM CLI Tool: A powerful command-line interface for managing GAS modules, handling everything from module creation to deployment, working seamlessly alongside clasp.
- Optimized Build System: Automatically transforms your code into GAS-compatible IIFEs with proper namespacing and minification, ensuring optimal performance in the V8 runtime.
- Central Registry: A secure, Google OAuth-authenticated repository of GAS modules, making it easy to discover, share, and maintain packages across the community.
- Modern Development: Develop locally with modern JavaScript tooling, then deploy to GAS with confidence. Our system handles dependency resolution, OAuth scope management, and version control automatically.
Getting Started
Install the CLI
Install the GPM CLI tool globally on your system.
npm install -g gpm
Initialize a Project
Create a new GPM project in your directory.
gpm init
Install a Package
Install packages from the GasPack Manager registry.
gpm install package-name
Why Choose GasPack Manager?
Code Reuse & Sharing
Stop reinventing the wheel. Share and reuse code across projects, just like npm. Build on others' work and contribute back to the community.
Dependency Management
Let GasPack Manager handle the complexity. Automatically manage dependencies, resolve conflicts, and keep your projects up to date with the latest versions.
Discoverability
Find the tools you need quickly. Search through a curated collection of GAS packages, read documentation, and see usage statistics before you install.
Modern Development
Develop like a pro. Use modern JavaScript features, local development tools, and automated workflows that make GAS development faster and more reliable.