A modern environment (webpack, es6, babel, vscode, gsunit, git, predefined functions, eslint, prettier and more) created to use with Google Apps Script.
The Modern Google Apps Script Env is used by Ilegra - Google Cloud Team to develop applications for clients.
Google Apps Script is a very good and useful technology, but with features that are not very good when developing applications with it.
- The online editor;
- Old version of JavaScript;
- Hard to do tests and use plugins;
And of course, these items mentioned above have sub-items.
I like to quote these items because I suffered a lot with them when I had to use Google Apps Script.
- Integration with VS Code;
- Pre-configured plugins (ESlint and Prettier);
- ES6 available;
- Webpack and Babel;
- Unit tests with GSUnit;
- Version control with GIT;
- Abstraction of some very used methods;
- CLI;
Developing a description for the commands.
The Modern Google Apps Script Env is licensed as MIT. <3 OSS