Skip to content
/ lunchEr Public

Shuffle-lunch group generator written by Google App Script

Notifications You must be signed in to change notification settings

sptea/lunchEr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Use clasp to deploy.

clasp login
clasp clone [script id]

Set "src" to rootDir in .clasp.json.

{
    "scriptId": "xxxxxxxxxxxxx",
    "rootDir": "src"
}

Then, push the script.

clasp push

Sample

  • Sample spread sheet

https://docs.google.com/spreadsheets/d/1IfbFolaLzGD9GdlwQWou7ht_C4qTA_WzzS-oxRVMtf8/edit#gid=0

Develop

npm install
  • Recommended to use visual studio code.
    • tsLint settings are written for vscode.

Unit-Testing

Using testing framework AVA. All names used in tests are generated randomly.

npm install
npm test

About

Shuffle-lunch group generator written by Google App Script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published