Skip to content

Commit 13bcf96

Browse files
committed
docs: add badges
1 parent 80bebfc commit 13bcf96

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[![Release](https://github.com/asd-xiv/node-utils/actions/workflows/release.yml/badge.svg?branch=main)](https://github.com/asd-xiv/node-utils/actions/workflows/release.yml)
2+
[![npm version](https://img.shields.io/npm/v/@asd14/node-utils.svg)](https://www.npmjs.com/package/@asd14/node-utils)
3+
4+
# @asd14/node-utils
5+
6+
> Pure Node.js functions for various common tasks and utilities.
7+
8+
<!-- vim-markdown-toc GFM -->
9+
10+
- [Installation](#installation)
11+
- [License](#license)
12+
13+
<!-- vim-markdown-toc -->
14+
15+
## Installation
16+
17+
```sh
18+
npm install --save-dev @asd14/node-utils
19+
```
20+
21+
## License
22+
23+
MIT

0 commit comments

Comments
 (0)