Skip to content

📒 Clasp Typescript Template for developing google app script with comfort

Notifications You must be signed in to change notification settings

zero8dotdev/clasp-typescript-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clasp Typescript Template

Environment for Google App Script with Typescript, ESLint, Prettier and other npm packages

Usage

Clasp

.clasp.json.dev

add your scriptId

  • Dev Environment: .clasp.json.dev
  • Prod Environment: .clasp.json.prod
{"scriptId":" YOUR SCRIPT ID "}

appscript.json

change appscript.json you want

  • Time Zone(default: "Asia/Tokyo")
  • OAuth

npm

install packages

npm install

linter

npm run lint

deploy

npm run deploy:dev
npm run deploy:prod

About

📒 Clasp Typescript Template for developing google app script with comfort

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.7%
  • TypeScript 15.3%