A Bluehawk x git plugin
npm install -g bluehawk bluehawk-plugin-git
The bluehawk-plugin-git
executable returns its installation path, so you can
use it easily with bluehawk --plugin
.
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