@bemoje/array 0.2.0 → 0.2.2

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.
Files changed (2) hide show
  1. package/README.md +34 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,39 @@
1
- # array
1
+ # @bemoje/array
2
+ array related tools/util.
2
3
 
3
- This library was generated with [Nx](https://nx.dev).
4
+ ![GitHub Top Language](https://img.shields.io/github/languages/top/bemoje/https://github.com/bemoje/tsmono)
4
5
 
5
- ## Building
6
+ ##### Github
7
+ ![GitHub Last Commit](https://img.shields.io/github/last-commit/bemoje/https://github.com/bemoje/tsmono?color=red)
8
+ ![GitHub Stars](https://img.shields.io/github/stars/bemoje/https://github.com/bemoje/tsmono)
9
+ ![GitHub Forks](https://img.shields.io/github/forks/bemoje/https://github.com/bemoje/tsmono)
10
+ ![GitHub Watchers](https://img.shields.io/github/watchers/bemoje/https://github.com/bemoje/tsmono)
11
+ ![GitHub Repo Size](https://img.shields.io/github/repo-size/bemoje/https://github.com/bemoje/tsmono)
6
12
 
7
- Run `nx build array` to build the library.
13
+ ##### NPM
14
+ <span><a href="https://npmjs.org/@bemoje/array" title="View this project on NPM"><img src="https://img.shields.io/npm/v/@bemoje/array" alt="NPM Version" /></a></span>
15
+ <span><a href="https://npmjs.org/@bemoje/array" title="NPM Downloads"><img src="https://img.shields.io/npm/dt/@bemoje/array" alt="NPM Downloads" /></a></span>
8
16
 
9
- ## Running unit tests
17
+ ## Documentation
18
+ [array docs](https://bemoje.github.io/tsmono/modules/array.html)
10
19
 
11
- Run `nx test array` to execute the unit tests via [Jest](https://jestjs.io).
20
+ ##### Donate
21
+ <span><a href="https://www.patreon.com/user?u=40752770" title="Donate using Patreon"><img src="https://img.shields.io/badge/patreon-donate-yellow.svg" alt="Patreon Donation" /></a></span>
22
+
23
+ ## Installation
24
+ This library is published in the NPM registry and can be installed using any compatible package manager.
25
+
26
+ #### NPM
27
+ ```sh
28
+ npm install @bemoje/array
29
+ ```
30
+
31
+
32
+ ## Issues
33
+ Please let me know of any bugs or [issues](https://github.com/bemoje/https://github.com/bemoje/tsmono/issues).
34
+
35
+ ## Contribute
36
+ Contributors are welcome to open a [pull request](https://github.com/bemoje/https://github.com/bemoje/tsmono/pulls).
37
+
38
+ ## License
39
+ Released under the [MIT License](./LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bemoje/array",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "array related tools/util.",
5
5
  "main": "./src/index.js",
6
6
  "scripts": {},