@google/clasp
Version:
Develop Apps Script Projects locally
40 lines (26 loc) • 679 B
Markdown
# clasp DEMO on gitpod
This is an instructional demo.
You can try some operations on gitpod.
[](https://gitpod.io/#https://github.com/google/clasp/blob/master/docs/Gitpod/)
## Preparation
Change to the `docs/Gitpod/` directory with the following command:
```
cd docs/Gitpod/
```
## Login
```
clasp login --no-localhost
```
In this case, use `--no-localhost` because gitpod cannot login using localhost.
## Create a New Project
```
clasp create --title "Clasp Demo" --type standalone
```
You can check the created project with the following command:
```
clasp open
```
## Pushing Files
```
clasp push
```