Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cbush/bluehawk-plugin-git
Bluehawk x git plugin
https://github.com/cbush/bluehawk-plugin-git
Last synced: 8 days ago
JSON representation
Bluehawk x git plugin
- Host: GitHub
- URL: https://github.com/cbush/bluehawk-plugin-git
- Owner: cbush
- License: apache-2.0
- Created: 2021-03-03T00:28:42.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-20T22:23:29.000Z (over 2 years ago)
- Last Synced: 2024-10-03T12:43:53.390Z (4 months ago)
- Language: TypeScript
- Size: 1.63 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bluehawk-plugin-git
_A [Bluehawk](https://github.com/mongodb-university/Bluehawk) x git plugin_
## Installation
```sh
npm install -g bluehawk bluehawk-plugin-git
```## Usage
The `bluehawk-plugin-git` executable returns its installation path, so you can
use it easily with `bluehawk --plugin`.### Copy
Run `bluehawk copy` to a remote git repo, commit, and push.
```sh
bluehawk \
--plugin "`bluehawk-plugin-git`" \
git copy \
--to-repo [email protected]:your/targetRepo.git \
--state start \
--delete-everything \
--commit-message "Update with start state" \
--branch start \
/path/to/project
```