This package has been deprecated

Author message:

Deprecated.Use @xgfe/xg-command-tag instead

xg-command-tag

0.1.0 • Public • Published

xg-command-tag

xg tag pulgin, for adding tags to the project.

use

xg tag [-c <config>] -v <tagname> [-m <message>]

xg-command-tag config

Add a tag.json file to your project workspace. In order to help you to notice the file quickly, the keys are the files' names, and the corresponding value of a key are made of two parts: a path and a regExp for the tag.

For example:

{
    "sonar-project.properties": {
        "path": "./sonar-project.properties",
        "regExp": "sonar.projectVersion=v((\\d+.){2,3}\\d+)"
    }
}

Readme

Keywords

Package Sidebar

Install

npm i xg-command-tag

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • yangjiyuan