bluehawk-plugin-git
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i bluehawk-plugin-git

Weekly Downloads

4

Version

1.0.0

License

Apache-2.0

Unpacked Size

45.6 kB

Total Files

15

Last publish

Collaborators

  • bpmutter
  • mozartsghozt