@bemoje/array 0.2.1 → 0.2.3

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 +29 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,34 @@
1
- # array
1
+ # @bemoje/array
2
2
 
3
- This library was generated with [Nx](https://nx.dev).
3
+ array related tools/util.
4
4
 
5
- ## Building
5
+ ![npm (scoped)](https://img.shields.io/npm/v/%40bemoje/trie-map)
6
+ ![npm bundle size (scoped)](https://img.shields.io/bundlephobia/minzip/%40bemoje/array)
7
+ ![npm](https://img.shields.io/npm/dt/%40bemoje/array)
8
+ ![NPM](https://img.shields.io/npm/l/%40bemoje%2Farray)
6
9
 
7
- Run `nx build array` to build the library.
10
+ ![GitHub last commit (by committer)](https://img.shields.io/github/last-commit/bemoje/tsmono)
11
+ ![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/bemoje/tsmono)
12
+ ![GitHub top language](https://img.shields.io/github/languages/top/bemoje/tsmono)
8
13
 
9
- ## Running unit tests
10
14
 
11
- Run `nx test array` to execute the unit tests via [Jest](https://jestjs.io).
15
+ ## Documentation
16
+ [Documentation Website](https://bemoje.github.io/tsmono/modules/array.html)
17
+
18
+ ## Installation
19
+ This library is published in the NPM registry and can be installed using any compatible package manager.
20
+
21
+ #### NPM
22
+ ```sh
23
+ npm install @bemoje/array
24
+ ```
25
+
26
+
27
+ ## Issues
28
+ Please let me know of any bugs or [issues](https://github.com/bemoje/tsmono/issues).
29
+
30
+ ## Contribute
31
+ Contributors are welcome to open a [pull request](https://github.com/bemoje/tsmono/pulls).
32
+
33
+ ## License
34
+ 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.1",
3
+ "version": "0.2.3",
4
4
  "description": "array related tools/util.",
5
5
  "main": "./src/index.js",
6
6
  "scripts": {},