Skip to content

Commit d53ac5e

Browse files
authored
fix(docs): Update README.md and Release version
1 parent 274966e commit d53ac5e

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# ifify
22

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]
45

56
## Motivation
67

@@ -111,3 +112,21 @@ import * as _ from 'lodash/fp';
111112
const user: User = await db.users.findById(userId)
112113
.then(throwIf(_.isNil, new Error('Not Found User')));
113114
```
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

0 commit comments

Comments
 (0)