https://github.com/m1kc3b/gasp-cli
A CLI to build a Google Apps Script Project Locally.
https://github.com/m1kc3b/gasp-cli
cli google-apps-script javascript nodejs
Last synced: 2 months ago
JSON representation
A CLI to build a Google Apps Script Project Locally.
- Host: GitHub
- URL: https://github.com/m1kc3b/gasp-cli
- Owner: m1kc3b
- Created: 2022-10-09T20:41:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-03T18:55:44.000Z (5 months ago)
- Last Synced: 2025-03-23T23:16:32.749Z (3 months ago)
- Topics: cli, google-apps-script, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# (gasp) Google Apps Script Project CLI
Locally developping GAS projects more easily.
With Gasp command automatically create a new node.js project including package.json and gitignore files, a sub-folder called gas that'll content all scripts you gonna to write. In addition there are in the package.json file script commands to quickly deploy 3 types of project : dev, qa or prod.
```
npm install -g gasp-cli
gasp create [project-name] [script-id]
```
## How to get the script-id ?
To retrieve the id of a gas project, just go to https://script.google.com, open the project and in the project settings tab, click on the "copy" button just at below the id.For more information about clasp command please check [the documentation](https://github.com/google/clasp#commands).
[](https://github.com/google/clasp)
[](https://standardjs.com)