nhb-toolbox 4.10.23 → 4.10.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +32 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# NHB Toolbox
|
|
2
2
|
|
|
3
|
+
<p>
|
|
4
|
+
<a href="https://www.npmjs.com/package/nhb-toolbox" aria-label="Downloads">
|
|
5
|
+
<img src="https://img.shields.io/npm/dm/nhb-toolbox.svg?label=downloads&style=for-the-badge&color=red" alt="Downloads" />
|
|
6
|
+
</a>
|
|
7
|
+
<a href="https://www.npmjs.com/package/nhb-toolbox" aria-label="Version">
|
|
8
|
+
<img src="https://img.shields.io/npm/v/nhb-toolbox.svg?style=for-the-badge&color=teal" alt="Version" />
|
|
9
|
+
</a>
|
|
10
|
+
<a href="https://www.npmjs.com/package/nhb-toolbox" aria-label="License">
|
|
11
|
+
<img src="https://img.shields.io/npm/l/nhb-toolbox.svg?label=license&style=for-the-badge&color=gold" alt="License" />
|
|
12
|
+
</a>
|
|
13
|
+
</p>
|
|
14
|
+
|
|
15
|
+
## _“I solve problems you face daily”_
|
|
16
|
+
|
|
17
|
+
- A versatile collection of smart, efficient, and reusable utility functions for everyday development needs.
|
|
18
|
+
|
|
19
|
+
Full Docs: [Official Documentation](https://nhb-toolbox.vercel.app/)
|
|
20
|
+
|
|
21
|
+
## Install
|
|
22
|
+
|
|
23
|
+
```shell
|
|
24
|
+
npm i nhb-toolbox
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
```shell
|
|
28
|
+
pnpm add nhb-toolbox
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
```shell
|
|
32
|
+
yarn add nhb-toolbox
|
|
33
|
+
```
|
|
34
|
+
|
|
3
35
|
## License
|
|
4
36
|
|
|
5
37
|
This project is licensed under the [Apache License 2.0](./LICENSE) with the following additional requirement:
|
|
@@ -7,9 +39,3 @@ This project is licensed under the [Apache License 2.0](./LICENSE) with the foll
|
|
|
7
39
|
> Any fork, derivative work, or redistribution of this project must include clear attribution to [**Nazmul Hassan**](https://github.com/nazmul-nhb) in both the source code and any publicly available documentation.
|
|
8
40
|
|
|
9
41
|
You are free to use, modify, and distribute this project under the terms of the Apache 2.0 License, provided that appropriate credit is given.
|
|
10
|
-
|
|
11
|
-
## _“I solve problems you face daily”_
|
|
12
|
-
|
|
13
|
-
- A versatile collection of smart, efficient, and reusable utility functions for everyday development needs.
|
|
14
|
-
|
|
15
|
-
_Documentation is in progress..._
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nhb-toolbox",
|
|
3
|
-
"version": "4.10.
|
|
3
|
+
"version": "4.10.24",
|
|
4
4
|
"description": "A versatile collection of smart, efficient, and reusable utility functions and classes for everyday development needs.",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|