An open API service indexing awesome lists of open source software.

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

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 即可 (๑•̀ㅂ•́)و✧