# usm

![Node CI](https://github.com/unadlib/usm/workflows/Node%20CI/badge.svg)
[![npm](https://img.shields.io/npm/v/usm.svg)](https://www.npmjs.com/package/usm)

Using `usm` to develop a modular application system. **`usm` can help you make more concise and intuitive OOP when using some state library**, it can directly support Native Module/Angular.

## Installation

using yarn:

```bash
yarn add usm
```

Or npm:

```bash
npm install --save usm
```

For more details, see: [https://github.com/unadlib/usm](https://github.com/unadlib/usm)
