bluehawk-plugin-git
v1.0.0
Published
Bluehawk x git plugin
Downloads
11
Readme
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 [email protected]:your/targetRepo.git \
--state start \
--delete-everything \
--commit-message "Update with start state" \
--branch start \
/path/to/project