https://github.com/josunlp/friendlyhelper
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.
https://github.com/josunlp/friendlyhelper
typescript
Last synced: 4 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/josunlp/friendlyhelper
- Owner: JosunLP
- License: mpl-2.0
- Created: 2022-05-22T11:57:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T13:49:10.000Z (over 1 year ago)
- Last Synced: 2025-04-06T18:17:44.915Z (about 1 year ago)
- Topics: typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/friendly-helper
- Size: 179 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# FriendlyHelper
[](https://opensource.org/licenses/MPL-2.0)
[](https://badge.fury.io/js/friendly-helper)
[](https://github.com/JosunLP/FriendlyHelper/issues)

[](https://www.codefactor.io/repository/github/josunlp/friendlyhelper)
[](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)