# friendly-helper

> A Typescript-based standard library with handy little methods like GUID generation, retrieving numbers from strings, and a bunch of other standard methods that usually need to be rewritten for each new project.

Latest version **1.9.4** (published 2024-10-30) · MPL-2.0 license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install friendly-helper
pnpm add friendly-helper
yarn add friendly-helper
bun add friendly-helper
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.9.4 |
| Published | 2024-10-30 |
| First published | 2022-05-24 |
| Weekly downloads | 0 |
| License | MPL-2.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 634.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Jonas Pfalzgraf |
| Maintainers | josunlp |
| Keywords | TypeScript, NPM, Helper, Library |

## Links

- npm: https://www.npmjs.com/package/friendly-helper
- Repository: https://github.com/JosunLP/FriendlyHelper
- Homepage: https://github.com/JosunLP/FriendlyHelper#readme
- Issues: https://github.com/JosunLP/FriendlyHelper/issues
- npm.io page: https://npm.io/package/friendly-helper

## Dependencies (1)

- [aes-js](https://npm.io/package/aes-js.md) ^3.1.2

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 1.9.4 (latest) — 2024-10-30
- 1.9.3 — 2023-07-11
- 1.9.2 — 2023-04-27
- 1.9.1 — 2023-04-27
- 1.9.0 — 2023-04-27
- 1.8.2 — 2023-01-16
- 1.8.1 — 2022-10-17
- 1.8.0 — 2022-08-31
- 1.7.1 — 2022-07-20
- 1.7.0 — 2022-07-20
- 1.6.3 — 2022-07-19
- 1.6.2 — 2022-07-14
- 1.6.1 — 2022-07-13
- 1.6.0 — 2022-07-10
- 1.5.0 — 2022-06-24
- … 7 more at https://npm.io/package/friendly-helper/versions

## README

# FriendlyHelper

[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0)
[![npm version](https://badge.fury.io/js/friendly-helper.svg)](https://badge.fury.io/js/friendly-helper)
[![GitHub issues](https://img.shields.io/github/issues/JosunLP/FriendlyHelper)](https://github.com/JosunLP/FriendlyHelper/issues)
![npm](https://img.shields.io/npm/dt/friendly-helper)
[![CodeFactor](https://www.codefactor.io/repository/github/josunlp/friendlyhelper/badge)](https://www.codefactor.io/repository/github/josunlp/friendlyhelper)
[![TypeScript](https://img.shields.io/badge/Developed%20in-TypeScript-blue?logo=typescript)](https://www.typescriptlang.org/)

A Typescript-based standard library with handy little methods like GUID generation, retrieving numbers from strings, and a bunch of other standard methods that usually need to be rewritten for each new project.

## Installation

    npm install friendly-helper

## Usage

    import { FriendlyHelper | Helper | H } from 'friendly-helper';

    H.guid.generate(); // Generates a GUID

## License

    MPL-2.0

## Tests

    npm run test

## Docs

To this point, the library is just documented by code comments. If you want an example of a few of the methods, you can check the `./test/test.js` file.

## Support

Soon (TM)

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