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

https://github.com/vovanr/utils

My JavaScript utils [UNDER CONSTRUCTION]
https://github.com/vovanr/utils

Last synced: 3 months ago
JSON representation

My JavaScript utils [UNDER CONSTRUCTION]

Awesome Lists containing this project

README

          

# utils

[![Commitizen friendly][commitizen-image]][commitizen-url]
[![XO code style][codestyle-image]][codestyle-url]

[![NPM version][npm-image]][npm-url]
[![Build Status][build-image]][build-url]
[![Coveralls Status][coveralls-image]][coveralls-url]
[![Dependency Status][depstat-image]][depstat-url]
[![DevDependency Status][depstat-dev-image]][depstat-dev-url]

## Install

```shell
npm install --save @vovanr/utils
```

## License
MIT © [Vladimir Rodkin](https://github.com/VovanR)

[commitizen-url]: https://commitizen.github.io/cz-cli/
[commitizen-image]: https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square

[codestyle-url]: https://github.com/xojs/xo
[codestyle-image]: https://img.shields.io/badge/code_style-XO-5ed9c7.svg?style=flat-square

[npm-url]: https://npmjs.org/package/@vovanr/utils
[npm-image]: https://img.shields.io/npm/v/@vovanr/utils.svg?style=flat-square

[build-url]: https://github.com/VovanR/utils/actions?query=workflow%3A%22Node+CI%22
[build-image]: https://img.shields.io/github/workflow/status/vovanr/utils/Node%20CI?style=flat-square

[coveralls-url]: https://coveralls.io/r/VovanR/utils
[coveralls-image]: https://img.shields.io/coveralls/VovanR/utils.svg?style=flat-square

[depstat-url]: https://david-dm.org/VovanR/utils
[depstat-image]: https://david-dm.org/VovanR/utils.svg?style=flat-square

[depstat-dev-url]: https://david-dm.org/VovanR/utils
[depstat-dev-image]: https://david-dm.org/VovanR/utils/dev-status.svg?style=flat-square