UNPKG

apps-script-engine

Version:

Creates boilerplate code for kick-ass Apps Script projects

75 lines (48 loc) • 2.14 kB
<h1 align="center">Welcome to Apps Script Engine šŸ‘‹</h1> <p> <img alt="Version" src="https://img.shields.io/badge/version-1.0.9-blue.svg?cacheSeconds=2592000" /> <a href="#" target="_blank"> <img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" /> </a> </p> > Creates boilerplate code for kick-ass Apps Script projects, helping developers quickly set up and start building with Google Apps Script. ### šŸ  [Homepage](https://github.com/WildH0g/apps-script-engine) ## Table of Contents - [Prerequisites](#prerequisites) - [Install](#install) - [Usage](#usage) - [Author](#author) - [Show Your Support](#show-your-support) ## Prerequisites Ensure that you have `npm` and `git` installed by running: ```sh npm --version git --version ``` If you don't have these installed, follow the instructions here for [npm](https://www.npmjs.com/get-npm) and here for [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git). ## Install This CLI script installs the [Apps Script Engine Template](https://github.com/WildH0g/apps-script-engine-template). Check out the template's [README](https://github.com/WildH0g/apps-script-engine-template/blob/main/README.md) for details on how to use it. To install the template, run the following command with an optional directory name: ```sh 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: ```sh npx apps-script-engine ``` To create a new Apps Script project in a specific directory: ```sh 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 - Website: [https://wurkspaces.dev](https://wurkspaces.dev) - LinkedIn: [@dmitry.kostyuk](https://linkedin.com/in/dmitry.kostyuk) - Blog on [Medium](https://medium.com/@dmitry-kostyuk) ## Show Your Support Give a ā­ļø if this project helped you! --- This README was generated with ā¤ļø by readme-md-generator