https://github.com/fossamagna/generator-gas-mithril
Google Apps Script + Mithril Web Application Generator
https://github.com/fossamagna/generator-gas-mithril
google-apps-script
Last synced: about 1 month ago
JSON representation
Google Apps Script + Mithril Web Application Generator
- Host: GitHub
- URL: https://github.com/fossamagna/generator-gas-mithril
- Owner: fossamagna
- License: mit
- Created: 2015-12-22T12:28:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:28:44.000Z (over 1 year ago)
- Last Synced: 2025-02-09T09:16:06.925Z (3 months ago)
- Topics: google-apps-script
- Language: JavaScript
- Size: 42 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-gas-mithril [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
> Google Apps Script + Mithril Web Application Generator## Installation
First, install [Yeoman](http://yeoman.io) and generator-gas-mithril 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-mithril
```Then generate your new project:
```bash
yo gas-mithril
```## Getting To Know Yeoman
Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced. Feel free to [learn more about him](http://yeoman.io/).
## License
MIT © [fossamagna]()
[npm-image]: https://badge.fury.io/js/generator-gas-mithril.svg
[npm-url]: https://npmjs.org/package/generator-gas-mithril
[travis-image]: https://travis-ci.org/fossamagna/generator-gas-mithril.svg?branch=master
[travis-url]: https://travis-ci.org/fossamagna/generator-gas-mithril
[daviddm-image]: https://david-dm.org/fossamagna/generator-gas-mithril.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/fossamagna/generator-gas-mithril
[coveralls-image]: https://coveralls.io/repos/fossamagna/generator-gas-mithril/badge.svg
[coveralls-url]: https://coveralls.io/r/fossamagna/generator-gas-mithril