https://github.com/fossamagna/generator-gas
Google Apps Script Application Generator
https://github.com/fossamagna/generator-gas
google-apps-script yoeman-generator
Last synced: 3 months ago
JSON representation
Google Apps Script Application Generator
- Host: GitHub
- URL: https://github.com/fossamagna/generator-gas
- Owner: fossamagna
- License: mit
- Created: 2017-10-24T12:51:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-25T08:02:58.000Z (about 2 years ago)
- Last Synced: 2025-02-23T22:07:21.980Z (4 months ago)
- Topics: google-apps-script, yoeman-generator
- Language: JavaScript
- Homepage:
- Size: 1.51 MB
- Stars: 10
- Watchers: 4
- Forks: 2
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-gas [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
> Generator for Google Apps Script Project.You can choose transpiler to local development which of the following:
- TypeScript
- Babel## Installation
First, install [Yeoman](http://yeoman.io) and generator-gas using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).
```bash
npm install -g yo
npm install -g generator-gas
```Then generate your new project:
```bash
yo gas
```## Getting To Know Yeoman
* Yeoman has a heart of gold.
* Yeoman is a person with feelings and opinions, but is very easy to work with.
* Yeoman can be too opinionated at times but is easily convinced not to be.
* Feel free to [learn more about Yeoman](http://yeoman.io/).## License
MIT © [fossamagna](https://github.com/fossamagna)
[npm-image]: https://badge.fury.io/js/generator-gas.svg
[npm-url]: https://npmjs.org/package/generator-gas
[travis-image]: https://travis-ci.org/fossamagna/generator-gas.svg?branch=master
[travis-url]: https://travis-ci.org/fossamagna/generator-gas
[daviddm-image]: https://david-dm.org/fossamagna/generator-gas.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/fossamagna/generator-gas
[coveralls-image]: https://coveralls.io/repos/fossamagna/generator-gas/badge.svg
[coveralls-url]: https://coveralls.io/r/fossamagna/generator-gas