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

https://github.com/adobe/helix-deploy-plugin-google

Helix Deploy - Google Plugin
https://github.com/adobe/helix-deploy-plugin-google

cli google-cloud helix

Last synced: about 1 month ago
JSON representation

Helix Deploy - Google Plugin

Awesome Lists containing this project

README

          

# Helix-Deploy plugin for Google

> Helix Deploy - Google Plugin

## Status
[![codecov](https://img.shields.io/codecov/c/github/adobe/helix-deploy-plugin-google.svg)](https://codecov.io/gh/adobe/helix-deploy-plugin-google)
[![CircleCI](https://img.shields.io/circleci/project/github/adobe/helix-deploy-plugin-google.svg)](https://circleci.com/gh/adobe/helix-deploy-plugin-google)
[![GitHub license](https://img.shields.io/github/license/adobe/helix-deploy-plugin-google.svg)](https://github.com/adobe/helix-deploy-plugin-google/blob/master/LICENSE.txt)
[![GitHub issues](https://img.shields.io/github/issues/adobe/helix-deploy-plugin-google.svg)](https://github.com/adobe/helix-deploy-plugin-google/issues)
[![LGTM Code Quality Grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/adobe/helix-deploy-plugin-google.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/adobe/helix-deploy-plugin-google)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

## Installation

```bash
$ npm install @adobe/helix-deploy-plugin-google
```

## Development

### Build

```bash
$ npm install
```

### Test

```bash
$ npm test
```

### Lint

```bash
$ npm run lint
```