Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coolreader18/google-apps-script-webpack-typescript-boilerplate
A boilerplate for using TypeScript with Google Apps Script.
https://github.com/coolreader18/google-apps-script-webpack-typescript-boilerplate
boilerplate google-apps-script webpack
Last synced: about 1 month ago
JSON representation
A boilerplate for using TypeScript with Google Apps Script.
- Host: GitHub
- URL: https://github.com/coolreader18/google-apps-script-webpack-typescript-boilerplate
- Owner: coolreader18
- License: mit
- Created: 2018-07-03T05:14:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-13T02:49:53.000Z (over 6 years ago)
- Last Synced: 2024-11-25T14:48:28.337Z (about 2 months ago)
- Topics: boilerplate, google-apps-script, webpack
- Language: JavaScript
- Homepage:
- Size: 56.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Google Apps Script Webpack Typescript Boilerplate
#### That's a mouthful, huh?This is a boilerplate for using TypeScript in Google Apps Script. Pretty self explanatory.
## Downloading
In a shell with git, run
```sh
PROJECT_NAME=put-dir-here
# then
git clone https://github.com/coolreader18/google-apps-script-webpack-typescript-boilerplate $PROJECT_NAME --depth 1
cd $PROJECT_NAME
rm -rf .git
git init
yarn
```
Or, if you don't have git installed download the zip from github.## Configuring
All that's needed to get up and running with pushing to GAS is to put your script ID into the [.env](.env) file and sign into
Clasp ([repo](https://github.com/google/clasp)).## License
This project is licensed under the MIT license. See the [LICENSE](LICENSE) file for more details.