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]
- Host: GitHub
- URL: https://github.com/vovanr/utils
- Owner: VovanR
- License: mit
- Created: 2019-12-05T15:10:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-18T07:11:56.000Z (over 5 years ago)
- Last Synced: 2025-01-26T19:32:14.839Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 229 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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