Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/borderless/gh-deploy

Tiny GitHub deployment CLI
https://github.com/borderless/gh-deploy

Last synced: 7 days ago
JSON representation

Tiny GitHub deployment CLI

Awesome Lists containing this project

README

        

# Deploy

[![NPM version][npm-image]][npm-url]
[![NPM downloads][downloads-image]][downloads-url]
[![Build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]

> Tiny GitHub deployment CLI. Best combined with [deployment-action](https://github.com/chrnorm/deployment-action) and [deployment-status](https://github.com/chrnorm/deployment-status).

## Installation

```sh
npm install -g @borderless/gh-deploy
```

## Usage

```sh
gh-deploy -e production
```

## TypeScript

This project is written using [TypeScript](https://github.com/Microsoft/TypeScript) and publishes the definitions directly to NPM.

## License

MIT

[npm-image]: https://img.shields.io/npm/v/@borderless/gh-deploy.svg?style=flat
[npm-url]: https://npmjs.org/package/@borderless/gh-deploy
[downloads-image]: https://img.shields.io/npm/dm/@borderless/gh-deploy.svg?style=flat
[downloads-url]: https://npmjs.org/package/@borderless/gh-deploy
[travis-image]: https://img.shields.io/travis/com/borderless/gh-deploy.svg?style=flat
[travis-url]: https://travis-ci.com/borderless/gh-deploy
[coveralls-image]: https://img.shields.io/coveralls/borderless/gh-deploy.svg?style=flat
[coveralls-url]: https://coveralls.io/r/borderless/gh-deploy?branch=master