File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11
11
12
12
<div align =" center " >
13
13
<a href="https://www.npmjs.com/package/ts-bookshelf">
14
- <img alt="npm (tag)" src="https://img.shields.io/npm/v/ts-bookshelf/next ?style=flat-square">
14
+ <img alt="npm (tag)" src="https://img.shields.io/npm/v/ts-bookshelf?style=flat-square">
15
15
</a>
16
16
<a href="https://github.com/hyper-level-nerds/ts-bookshelf/blob/main/LICENSE">
17
17
<img src="https://img.shields.io/github/license/hyper-level-nerds/ts-bookshelf.svg?style=flat-square" alt="MIT License" />
18
18
</a>
19
19
<a href="https://app.codecov.io/gh/hyper-level-nerds/ts-bookshelf">
20
- <img alt="Codecov branch" src="https://img.shields.io/codecov/c/github/hyper-level-nerds/ts-bookshelf/next?style=flat-square&token=S2GKAU1OZ1"> </a>
20
+ <img alt="Codecov branch" src="https://img.shields.io/codecov/c/github/hyper-level-nerds/ts-bookshelf/main?style=flat-square&token=S2GKAU1OZ1">
21
+ </a>
21
22
<br />
22
23
<sup>generate markdown-based documentation from typescript types</sup>
23
24
<br />
31
32
## Installation
32
33
33
34
``` bash
34
- $ npm install ts-bookshelf@next
35
+ $ npm install ts-bookshelf
35
36
36
37
# or
37
38
38
- $ yarn add ts-bookshelf@next
39
+ $ yarn add ts-bookshelf
39
40
```
40
41
41
42
and you should install and import ` reflect-metadata ` and configure related things in your project:
You can’t perform that action at this time.
0 commit comments