# Doreamon - Zero's Standard Lib

[![Coverage Status](https://codecov.io/gh/zcorky/doreamon/branch/master/graph/badge.svg)](https://codecov.io/gh/zcorky/doreamon)
[![Build Status](https://github.com/zcorky/doreamon/workflows/Publish%20NPM%20Package/badge.svg)](https://github.com/zcorky/doreamon)
[![Known Vulnerabilities](https://snyk.io/test/npm/@zodash/doreamon/badge.svg?style=flat-square)](https://snyk.io/test/npm/@zodash/doreamon)
[![NPM download](https://img.shields.io/npm/dm/@zodash/doreamon.svg?style=flat-square)](https://www.npmjs.com/package/@zodash/doreamon)
![license](https://img.shields.io/github/license/zcorky/doreamon.svg)
[![issues](https://img.shields.io/github/issues/zcorky/doreamon.svg)](https://github.com/zcorky/doreamon/issues)
![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)

![](https://socialify.git.ci/zcorky/doreamon/image?description=1&issues=1&language=1&owner=1&pattern=Floating%20Cogs&stargazers=1&theme=Dark)

> [Doreamon](https://github.com/zcorky/doreamon) is a utility library that focus on getting daily works done. Inspired by lodash, underscore, google closure lib, but not only utils, it is a doreamon for developer.

## Features

Installing one library brings you tons of useful utilities:

- Standard your is
- Standard your log with Logger
- Standard your cookie with Cookie
- Standard your date with Moment
- Standard your string,array,object,func with it
- Standard your EventBus / EventEmitter
- Standard your Device
- Standard your Storage
- ...

## Install

```
$ yarn add @zodash/doreamon
```

## Usage

```js
import { uuid } from '@zodash/doreamon';

console.log(uuid()); // -> 0e3b84af-f911-4a55-b78a-cedf6f0bd815
```

## Roadmap
* [《前端标准库设计 - 标准功能》](https://www.yuque.com/docs/share/6b503df9-ee29-40e3-9048-475b59e2b0fc?)

## Contribution

Read [Contributing Guide](.github/CONTRIBUTING.md) for development setup instructions.

## License

MIT@[whatwewant](https://github.com/whatwewant)
