{"id":21053781,"url":"https://github.com/tailorvj/hello-clasp","last_synced_at":"2025-07-19T12:38:25.347Z","repository":{"id":187964406,"uuid":"627491735","full_name":"tailorvj/hello-clasp","owner":"tailorvj","description":"Get started developing Google Workspace Editor Add-ons today!","archived":false,"fork":false,"pushed_at":"2023-10-25T14:50:56.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-06-04T00:48:42.854Z","etag":null,"topics":["addon","appsscript","clasp","development","google","helloworld","howto","workspace"],"latest_commit_sha":null,"homepage":"https://github.com/tailorvj/hello-clasp","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tailorvj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-04-13T15:19:44.000Z","updated_at":"2023-10-25T12:03:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"c4e2b859-5955-49be-b85f-86426f593f8f","html_url":"https://github.com/tailorvj/hello-clasp","commit_stats":null,"previous_names":["tailorvj/hello-clasp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tailorvj/hello-clasp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tailorvj%2Fhello-clasp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tailorvj%2Fhello-clasp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tailorvj%2Fhello-clasp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tailorvj%2Fhello-clasp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tailorvj","download_url":"https://codeload.github.com/tailorvj/hello-clasp/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tailorvj%2Fhello-clasp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265934253,"owners_count":23852092,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["addon","appsscript","clasp","development","google","helloworld","howto","workspace"],"created_at":"2024-11-19T16:08:57.223Z","updated_at":"2025-07-19T12:38:25.283Z","avatar_url":"https://github.com/tailorvj.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hello Clasp\n\nThe 'Hello, World!' of Apps Script development for Google Slides Editor add-ons.\n\nFollow these steps to clone and deploy to Google Apps Script:\n\n\n## You can open this repo for immediate development on Gitpod\n\n* Fork this project\n* Copy your repo URL from the browser address bar\n* Open https://gitpod.io/\n* Create a new workspace\n* Paste your repo address\n* Skip to Create a clasp project below\n* clasp login requires the use of curl for the final stage on Gitpod\n\n## For local development (not on gitpod) This repo assumes you have Node.js, NPM and Clasp CLI installed\n\nIf you would like to install node.js v21.0.0, you can use NVM like this:\n\nInstall NVM \u0026 node.js v21\n```bash\n\n$ wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash\n\n$ source ~/.bashrc \n\n$ nvm install v21.0.0\n\n$ nvm use v21.0.0\n\n```\n\n\n\nTo install Clasp\n```bash\n\n$ npm install -g @google/clasp\n\n```\n\n## Fork this repo\n\nOnce it is forked to your Github profile, clone it to your desktop \n\nIMPORTANT: replace \u003cyour-github\u003e with your github user name\n\n```bash\n\ngit clone git@github.com:\u003cyour-github\u003e/hello-clasp.git\n    \n```\n\n## Create a clasp project\n\n```bash\n\n$ cd hello-clasp/src\n\n$ clasp login\n\n$ clasp create --title 'hello clasp' --type 'slides'\n\n```\n\n## Push to Apps Script and open for deployment\n\n```bash\n\n$ clasp push\n\n$ clasp open\n\n```\n\n## Create a test deployment and test on an existing Slides presentation\n\nOpen the Deploy menu and create a test deployment for an Editor add-on, on an existing Slides presentation.\n\n\n## Change log\n\n### version 0.0.7 - Integrating Google Drive\n\n* Added instructions for error throwing and handling. \n* Added error related functionality to sidebar and AppsScript\n\n\n\n### version 0.0.6 - Throwing and handling errors\n\n* Added instructions for error throwing and handling. \n* Added error related functionality to sidebar and AppsScript\n\n\n### version 0.0.5 - create a simple dialgo\n\n* Added instructions for creating a dialog. \n* Added to the src: dialog related functions and dialog.html\n\n\n### version 0.0.4 - create a simple sidebar\n\n* Added instructions for creating a sidebar. \n* Added to the src: sidebar functions and sidebar.html\n\n### Version 0.0.3\n\n* Added learn folder with instructions and code you can copy/paste in your environment\n* Updated README","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftailorvj%2Fhello-clasp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftailorvj%2Fhello-clasp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftailorvj%2Fhello-clasp/lists"}