UNPKG

@ehduardu/bat-framework

Version:

A simple framework for Google Apps Script

34 lines (20 loc) 565 B
# Bat Framework > Bat is a framework for building efficient [Google Web Apps Script](https://developers.google.com/apps-script/guides/web) using React. ## Installation First download `bat`: ```sh npm install -g @ehduardu/bat-framework ``` ## Usage Basic command for list all commands and options of this framework. ```sh bat-framework --help ``` The following command starts a new GAS Web App with React. ```sh bat-framework init <projectName> ``` To create a REST API with GAS use the following command. ```sh bat-framework init-api <projectName> ```