Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 932 Bytes

File metadata and controls

34 lines (20 loc) · 932 Bytes

google-apps-script-scalajs-facade

A Scala.js facade for the Google Apps Script

This facade is converted from @types/google-apps-script@1.0.31

Usage

Add the following to your sbt build definition:

libraryDependencies += "tech.ignission" %%% "google-apps-script-scalajs-facade" % "0.5.1"

Example

Requirements

  • Node.js

If you want to upload a generated js via command line, may install clasp as following:

Step-1: Set up

npm install -g @google/clasp
clasp login
cd example
clasp create --type webapp --rootDir ./dist

Step-2: Push sources

sbt // in sbt console
project example
push

Thanks for awesome project sjrd/scala-js-ts-importer and exoego/scala-js-ts-importer