https://github.com/xgfe/xg-command-tag
xg tag pulgin
https://github.com/xgfe/xg-command-tag
Last synced: about 2 months ago
JSON representation
xg tag pulgin
- Host: GitHub
- URL: https://github.com/xgfe/xg-command-tag
- Owner: xgfe
- Created: 2017-09-12T08:57:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-07T06:41:24.000Z (over 7 years ago)
- Last Synced: 2025-03-27T16:53:02.893Z (about 2 months ago)
- Language: JavaScript
- Size: 159 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xg-command-tag
xg tag pulgin, for adding tags to the project.## use
```$bash
xg tag [-m ] [-c ]
```
## 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:
```json
{
"sonar-project.properties": {
"path": "./sonar-project.properties",
"regExp": "sonar.projectVersion=v((\\d+.){2,3}\\d+)"
}
}
```