Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# key-counter

License Sponsor key-counter
Build status Commits since v1.0.4 Last commit Issues
Latest version on npm Dependents Downloads

**Simple class for structured counting.**

## Installation

key-counter on npm

```bash
npm install --save key-counter@^1.0.4
```

key-counter on Yarn

```bash
yarn add key-counter@^1.0.4
```

@jaid/key-counter on GitHub Packages
(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)