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.

Home Page:https://www.npmjs.com/package/friendly-helper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FriendlyHelper

License: MPL 2.0 npm version GitHub issues npm CodeFactor TypeScript

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)

About

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://www.npmjs.com/package/friendly-helper

License:Mozilla Public License 2.0


Languages

Language:TypeScript 100.0%