Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/microappjs/shared-utils
[Shared] shared utilities for micro-app
https://github.com/microappjs/shared-utils
micro micro-app micro-application microapp shared utils
Last synced: 30 days ago
JSON representation
[Shared] shared utilities for micro-app
- Host: GitHub
- URL: https://github.com/microappjs/shared-utils
- Owner: MicroAppJS
- License: mit
- Created: 2019-10-24T10:46:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T05:01:42.000Z (almost 2 years ago)
- Last Synced: 2024-12-03T15:15:17.496Z (about 1 month ago)
- Topics: micro, micro-app, micro-application, microapp, shared, utils
- Language: JavaScript
- Size: 1.27 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Micro APP Shared-Utils
[Shared] shared utilities for micro-app.
Micro APP 依赖工具库.
[![Coverage Status][Coverage-img]][Coverage-url]
[![CircleCI][CircleCI-img]][CircleCI-url]
[![NPM Version][npm-img]][npm-url]
[![NPM Download][download-img]][download-url][Coverage-img]: https://coveralls.io/repos/github/MicroAppJS/shared-utils/badge.svg?branch=master
[Coverage-url]: https://coveralls.io/github/MicroAppJS/shared-utils?branch=master
[CircleCI-img]: https://circleci.com/gh/MicroAppJS/shared-utils/tree/master.svg?style=svg
[CircleCI-url]: https://circleci.com/gh/MicroAppJS/shared-utils/tree/master
[npm-img]: https://img.shields.io/npm/v/@micro-app/shared-utils.svg?style=flat-square
[npm-url]: https://npmjs.org/package/@micro-app/shared-utils
[download-img]: https://img.shields.io/npm/dm/@micro-app/shared-utils.svg?style=flat-square
[download-url]: https://npmjs.org/package/@micro-app/shared-utils## Install
```sh
yarn add @micro-app/shared-utils
```or
```sh
npm install -D @micro-app/shared-utils
```