https://github.com/weijiyang/easy-tag
让项目部署打tag更加 easy
https://github.com/weijiyang/easy-tag
git npm npm-package tag
Last synced: 6 months ago
JSON representation
让项目部署打tag更加 easy
- Host: GitHub
- URL: https://github.com/weijiyang/easy-tag
- Owner: weijiyang
- License: mit
- Created: 2019-08-01T03:29:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-02T04:05:54.000Z (almost 7 years ago)
- Last Synced: 2025-10-06T20:12:05.137Z (9 months ago)
- Topics: git, npm, npm-package, tag
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@weijiyang/easy-tag
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# easy-tag
> (๑•̀ㅂ•́)و✧ If you use github or gitlab to work, this will allow you to reduce the time spent tagging to do more things.
## 使用方式
> npm install --save-dev @weijiyang/easy-tag
> package.json scripts属性配置如下
```
{
...
"scripts": {
// "tag": "node node_modules/@weijiyang/easy-tag"
"tag": "tag"
},
...
"dependencies": {
"@weijiyang/easy-tag": "^*.*.*",
...
}
}
```
> npm run tag 即可 (๑•̀ㅂ•́)و✧