An open API service indexing awesome lists of open source software.

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

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