# @mybizwatch/common-package-ui

> Common library frontend ui in mybizwatch

Latest version **0.0.2** (published 2023-06-07) · ISC license · 0 weekly downloads

## Install

```sh
npm install @mybizwatch/common-package-ui
pnpm add @mybizwatch/common-package-ui
yarn add @mybizwatch/common-package-ui
bun add @mybizwatch/common-package-ui
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2023-06-07 |
| First published | 2023-06-07 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 10 |
| Unpacked size | 86.7 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Author | Manupriyam Jindal |
| Maintainers | mohneesh-vaidya, manupriyamjindal |

## Links

- npm: https://www.npmjs.com/package/@mybizwatch/common-package-ui
- Repository: https://github.com/mybizwatch/common-package-ui
- Homepage: https://github.com/mybizwatch/common-package-ui#readme
- Issues: https://github.com/mybizwatch/common-package-ui/issues
- npm.io page: https://npm.io/package/@mybizwatch/common-package-ui

## Dependencies (10)

- [uuid](https://npm.io/package/uuid.md) ^9.0.0
- [lodash](https://npm.io/package/lodash.md) ^4.17.21
- [moment](https://npm.io/package/moment.md) ^2.29.4
- [jwt-decode](https://npm.io/package/jwt-decode.md) ^3.1.2
- [@types/uuid](https://npm.io/package/@types/uuid.md) ^9.0.1
- [@types/lodash](https://npm.io/package/@types/lodash.md) ^4.14.176
- [cron-converter](https://npm.io/package/cron-converter.md) ^2.0.0
- [builder-pattern](https://npm.io/package/builder-pattern.md) ^2.0.0
- [@mybizwatch/common-util](https://npm.io/package/@mybizwatch/common-util.md) 0.0.5
- [typescript-string-operations](https://npm.io/package/typescript-string-operations.md) 1.4.1

## Recent versions

- 0.0.2 (latest) — 2023-06-07

## README

# common-package-ui

This is a common library frontend (web-apps / applications).


## Developers Guide

1. Pull the code.
2. Create your branch.
3. Make changes.
4. Commit your changes to the local branch.
6. Add `-SNAPSHOT` to the version in package.json file.
7. Run command `npm publish` to publish the new version.
8. Test your changes for the new version.
9. Remove `-SNAPSHOT` to the version in package.json file.
10. Run command `npm version patch`.
11. Push the changes to the remote branch.
12. Get your PR merged.
13. Finally, run command `npm publish`.


### Creating SNAPSHOT version

1. Add `-SNAPSHOT` to the version in package.json file.
2. Run command `npm publish` to publish the new version.

---
_Source: https://npm.io/package/@mybizwatch/common-package-ui · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
