Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```