A Google Apps Script to generate documentation from templates and the document tracker spreadsheet.
This repository has been archived on 2020-06-25. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Adam Goldsmith c8840a817a Fix index 0 being treated as append due to incorrect conditional
0 is falsey, so `if (index) insert(index...) else append()` was
appending, instead of inserting at index 0. Wow that was stupid.
2020-03-18 14:33:06 -04:00
.clasp.json Initial Commit, basic tranclusion working 2020-03-17 15:38:37 -04:00
.claspignore Initial Commit, basic tranclusion working 2020-03-17 15:38:37 -04:00
.editorconfig Initial Commit, basic tranclusion working 2020-03-17 15:38:37 -04:00
.gitignore Initial Commit, basic tranclusion working 2020-03-17 15:38:37 -04:00
.prettierrc Initial Commit, basic tranclusion working 2020-03-17 15:38:37 -04:00
appsscript.json Initial Commit, basic tranclusion working 2020-03-17 15:38:37 -04:00
Code.ts Fix index 0 being treated as append due to incorrect conditional 2020-03-18 14:33:06 -04:00
tsconfig.json Create real output document and PDF 2020-03-17 19:00:27 -04:00