@jswork/git-sweep

1.0.0 • Public • Published

git-sweep

Git branch sweep cli.

version license size download

snapshot

installation

npm install -g @jswork/git-sweep

usage

Usage: git-sweep [options]

Options:
  -V, --version          output the version number
  -d, --debug            only show cmds, but not clean.
  -l, --local            clean scope to local(default).
  -r, --remote           clean scope to remote.
  -f, --filter <string>  clean by filter.(eg: -f feature/aric)
  -i, --interactive      interactive operation cli.
  -p, --pushed <list>    add protected to default.(eg: -p uat,test1).
  -c, --created <list>   use new list replace default(dangerous).(eg: -c uat,test1).
  -h, --help             display help for command

license

Code released under the MIT license.

Package Sidebar

Install

npm i @jswork/git-sweep

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

7.92 kB

Total Files

4

Last publish

Collaborators

  • afeiship