A Scala.js facade for the Google Apps Script
This facade is converted from @types/[email protected]
Add the following to your sbt build definition:
libraryDependencies += "tech.ignission" %%% "google-apps-script-scalajs-facade" % "0.5.1"
- Node.js
If you want to upload a generated js via command line, may install clasp as following:
npm install -g @google/clasp
clasp login
cd example
clasp create --type webapp --rootDir ./dist
sbt // in sbt console
project example
push
Thanks for awesome project sjrd/scala-js-ts-importer and exoego/scala-js-ts-importer