Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/borderless/gh-deploy
- Owner: borderless
- License: mit
- Created: 2020-12-02T00:23:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-12T06:31:27.000Z (11 months ago)
- Last Synced: 2024-09-16T23:59:58.697Z (about 2 months ago)
- Language: JavaScript
- Size: 581 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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