cbush / bluehawk-plugin-git

Bluehawk x git plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bluehawk-plugin-git

A Bluehawk x git plugin

Installation

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.

bluehawk \
  --plugin "`bluehawk-plugin-git`" \
  git copy \
    --to-repo git@github.com:your/targetRepo.git \
    --state start \
    --delete-everything \
    --commit-message "Update with start state" \
    --branch start \
    /path/to/project

About

Bluehawk x git plugin

License:Apache License 2.0


Languages

Language:TypeScript 93.5%Language:JavaScript 6.5%