Using this project, AppScripts developers can write libraries with npm and sharing that way, instead of the existing library infrastructure.
Document exactly what is lacking, and why this is a better solution. To start:
- Current libraries you need to find the project ID and manually incorporate them
- There is no dependency resolution
- Only functions can be exported, not objects
- Even Google's own documentation indicates poor performance attributes
Using this project, AppScripts developers can write libraries with npm and sharing that way, instead of the existing library infrastructure.
Document exactly what is lacking, and why this is a better solution. To start: