Giter VIP home page Giter VIP logo

koderzi / gas-dev Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 14 KB

gas-dev is a template repository that simplifies Google App Script development using VSCode and Docker. It allows you to create, edit, test, and deploy Google App Script projects locally. The template leverages the clasp tool, which is the official command-line interface for Google App Script.

License: MIT License

Dockerfile 14.34% Shell 85.66%
dev-container development docker google-apps-script vscode

gas-dev's Introduction

gas-dev - Dockerized Google App Script Development Environment

Introduction

This repository is a development environment for Google App Script using VSCode and Dev Container. It provides an easy way to set up a local Google App Script environment.

Prerequisite

Before using this repository, you need to have the following installed on your system:

  • Docker Desktop
  • VSCode with Dev Container extension installed
  • Alternative: Remote Repositories extension of VSCode

How to use

To use this repository, follow the steps below:

  1. Create new repository by clicking the Use this template button above.
  2. Open your duplicated repository in VSCode using the command ">Dev Containers: Clone Repositories in Named Container Volume". You can name your container for easy referencing.

Google App Script Quick Start

Login the user

clasp login

Create a new Project

mkdir src && clasp create --title "Title" --type standalone --rootDir ./src
mkdir src && clasp create --title "Title" --type forms --rootDir ./src
mkdir src && clasp create --title "Title" --parentId "*******" --rootDir ./src

Clone and work on an existing project

mkdir src && clasp clone "*******" --rootDir ./src

Watch and push code when saved

clasp push --watch

other useful commands

Open in the script editor

clasp open

Clasp

gas-dev's People

Contributors

koderzi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.