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 1111
1212<div align =" center " >
1313 <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">
1515 </a>
1616 <a href="https://github.com/hyper-level-nerds/ts-bookshelf/blob/main/LICENSE">
1717 <img src="https://img.shields.io/github/license/hyper-level-nerds/ts-bookshelf.svg?style=flat-square" alt="MIT License" />
1818 </a>
1919 <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>
2122 <br />
2223 <sup>generate markdown-based documentation from typescript types</sup>
2324 <br />
3132## Installation
3233
3334``` bash
34- $ npm install ts-bookshelf@next
35+ $ npm install ts-bookshelf
3536
3637# or
3738
38- $ yarn add ts-bookshelf@next
39+ $ yarn add ts-bookshelf
3940```
4041
4142and 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