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
- Host: GitHub
- URL: https://github.com/codemonument/deno_git_deploy
- Owner: codemonument
- License: other
- Created: 2023-03-31T18:58:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-03T19:21:07.000Z (about 3 years ago)
- Last Synced: 2025-03-20T21:07:50.448Z (over 1 year ago)
- Language: TypeScript
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: CHANGELOG.md
- License: LICENSE
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