npm.io
0.0.6 • Published 5 years agoCLI

ksb-format

Licence
MIT
Version
0.0.6
Deps
3
Size
657 kB
Vulns
0
Weekly
3

Ksb-format

Node.js Version License: MIT

Features

  • easy
  • global
  • configable

Main Command

  • ck: create a branch with prefix
  • -v: version
  • -h: help

Config

  • add git-branch-prefix to package.json,for example:
    git-branch-prefix": [
      {
        "prefix": "ksb-format-1",
        "desc": "前缀1"
      },
      {
        "prefix": "ksb-format-2",
        "desc": "前缀2"
      },
      {
        "prefix": "ksb-format-3",
        "desc": "前缀3"
      }
    ]