1.0.8 • Published 11 months ago

apps-script-engine v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Creates boilerplate code for kick-ass Apps Script projects, helping developers quickly set up and start building with Google Apps Script.

šŸ  Homepage

Table of Contents

Prerequisites

Ensure that you have npm and git installed by running:

npm --version
git --version

If you don't have these installed, follow the instructions here for npm and here for git.

Install

This CLI script installs the Apps Script Engine Template. Check out the template's README for details on how to use it.

To install the template, run the following command with an optional directory name:

npx apps-script-engine [directory-name]

If no directory name is provided, it will default to ./apps-script-project.

Usage

To create a new Apps Script project in the current directory:

npx apps-script-engine

To create a new Apps Script project in a specific directory:

npx apps-script-engine my-project-directory

After running the command, the script will generate the necessary boilerplate files in the specified directory.

Author

šŸ‘¤ Dmitry Kostyuk

Show Your Support

Give a ā­ļø if this project helped you!


This README was generated with ā¤ļø by readme-md-generator

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago