joshuaNathaniel / apps-script-technical-assessment

This repository contains the apps script code for generating technical assessments through the app-script-calendar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

apps-script-bot

This repository contains the source code for the Rise8 bot service account.

Prerequisites

Installation

nvm install
npm install -g pnpm
pnpm install

Local Development

clasp login
clasp push
clasp open

Creating a new Apps Script project

clasp create --type standalone --title "technical-assessment-on-calendar-event-update"

Run Tests from Root

pnpm run --filter @rise8/app-script-bot-assess-on-cal-update test

About

This repository contains the apps script code for generating technical assessments through the app-script-calendar


Languages

Language:TypeScript 94.3%Language:JavaScript 5.7%