Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaid/key-counter
Simple class for structured counting.
https://github.com/jaid/key-counter
add class count counter library node node-js numbers object util utility
Last synced: 8 days ago
JSON representation
Simple class for structured counting.
- Host: GitHub
- URL: https://github.com/jaid/key-counter
- Owner: Jaid
- License: mit
- Created: 2019-07-03T08:08:17.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T08:33:07.000Z (almost 2 years ago)
- Last Synced: 2024-12-03T05:25:55.185Z (about 1 month ago)
- Topics: add, class, count, counter, library, node, node-js, numbers, object, util, utility
- Language: JavaScript
- Homepage: https://github.com/Jaid/key-counter
- Size: 1.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license.txt
Awesome Lists containing this project
README
# key-counter
**Simple class for structured counting.**
## Installation
```bash
npm install --save key-counter@^1.0.4
``````bash
yarn add key-counter@^1.0.4
```
(if [configured properly](https://help.github.com/en/github/managing-packages-with-github-packages/configuring-npm-for-use-with-github-packages))```bash
npm install --save @jaid/key-counter@^1.0.4
```## Development
Setting up:
```bash
git clone [email protected]:jaid/key-counter.git
cd key-counter
npm install
```
Testing:
```bash
npm run test:dev
```
Testing in production environment:
```bash
npm run test
```## License
[MIT License](https://raw.githubusercontent.com/jaid/key-counter/master/license.txt)
Copyright © 2020, Jaid \ (https://github.com/jaid)