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

https://github.com/codemonument/deno_git_deploy

A cli tool by @codemonument, upgraded from and cross posted to npm's push-to-git
https://github.com/codemonument/deno_git_deploy

Last synced: about 1 year ago
JSON representation

A cli tool by @codemonument, upgraded from and cross posted to npm's push-to-git

Awesome Lists containing this project

README

          

# Deno git_deploy (on NPM as push-to-git)

A cli tool by @codemonument, upgraded from and cross posted to [npm's push-to-git](https://www.npmjs.com/package/push-to-git),
mainly deployed as `git_deploy` on [deno.land/x/git_deploy](deno.land/x/git_deploy)

## How to Install

### Command push-to-git

```
deno install -f --allow-run=git --allow-read --allow-env -n push-to-git https://deno.land/x/git_deploy/cli.ts
```

### Alternatively: Rename Command to git_deploy

```
deno install -f --allow-run=git --allow-read --allow-env -n git_deploy https://deno.land/x/git_deploy/cli.ts
```

## How to Use

TODO

## Repo Log

- Rename to deno_git_deploy
- Previous version before deno rewrite: https://www.npmjs.com/package/push-to-git/v/1.1.4