File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
# ifify
2
2
3
- <a href =" https://www.npmjs.com/package/ifify " ><img src =" https://img.shields.io/npm/v/ifify.svg?style=flat-square&colorB=51C838 " alt =" NPM Version " ></a >
3
+ ![ ] [ version-image ] [ ![ npm-version] [ npm-image ]] [ npm-url ] [ ![ Build states] [ build-state-image ]] [ build-state-url ] [ ![ Release date] [ release-date-image ]] [ release-url ]
4
+ [ ![ semantic-release] [ semantic-image ]] [ semantic-url ] [ ![ npm license] [ license-image ]] [ license-url ]
4
5
5
6
## Motivation
6
7
@@ -111,3 +112,21 @@ import * as _ from 'lodash/fp';
111
112
const user: User = await db .users .findById (userId )
112
113
.then (throwIf (_ .isNil , new Error (' Not Found User' )));
113
114
```
115
+
116
+ <!-- README.md 맨 하단에 추가할 부분 -->
117
+ [ version-image ] : https://img.shields.io/github/package-json/v/boostbrothers/ifify
118
+
119
+ [ npm-image ] : https://img.shields.io/npm/v/@bbros/ifify.svg
120
+ [ npm-url ] : https://www.npmjs.com/package/@bbros/ifify
121
+
122
+ [ build-state-image ] : https://github.com/boostbrothers/ifify/workflows/Release/badge.svg
123
+ [ build-state-url ] : https://github.com/boostbrothers/ifify/actions/workflows/release.yml
124
+
125
+ [ release-date-image ] : https://img.shields.io/github/release-date/boostbrothers/ifify
126
+ [ release-url ] : https://github.com/boostbrothers/ifify/releases
127
+
128
+ [ semantic-image ] : https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg
129
+ [ semantic-url ] : https://github.com/semantic-release/semantic-release
130
+
131
+ [ license-image ] : https://img.shields.io/npm/l/@bbros/ifify.svg
132
+ [ license-url ] : https://github.com/boostbrothers/ifify/blob/master/LICENSE
You can’t perform that action at this time.
0 commit comments