@masa-dev/create-gas-app
v0.1.1
Published
Create a new Google Apps Script project with typescript
Readme
Create GAS App
A CLI tool to set up a Google Apps Script development environment with TypeScript and clasp.
This tool will:
- Initialize a TypeScript project
- Install necessary dependencies (@google/clasp, @types/google-apps-script)
- Set up clasp configuration
- Create basic project structure (src/dist directories)
- Configure build scripts for TypeScript compilation and deployment
Features:
- TypeScript support for better development experience
- Automatic clasp setup and login
- Support for npm, yarn, and pnpm
- Watch mode for development
- Easy deployment with clasp
Install
npm i @masa-dev/create-gas-app
Usage
npm create-gas-app