1.0.0 • Published 2 years ago

bluehawk-plugin-git v1.0.0

Weekly downloads
66
License
Apache-2.0
Repository
github
Last release
2 years ago

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
1.0.0

2 years ago

0.2.3

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.2.2

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago