2.0.9 • Published 4 months ago

@tevari/helpers v2.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Tévari 🪨

(NPM Package) Collection of various small helpers for javascript and typescript based projects, all tested and documented.

In Huichol, Tévari means small rocks. This library is just that, small rocks (helpers) designed to ease the development of javascript or typescript projects.

Installing Tévari 🕺

Npm:

npm install @tevari/helpers

Yarn:

yarn add @tevari/helpers

Pnpm:

pnpm install @tevari/helpers

Then import Tévari functions wherever needed 🤓

Using Tévari 📖

For each sections (strings, arrays, numbers, ...), there is 2 ways to use tévari helpers:

Import the helper object from the desired section:

import assert from "assert";
import { StringHelpers } from "tevari";

// ...

assert(StringHelpers.plainify("Weìrd") === "Weird");

Import the desired helper method directly:

import assert from "assert";
import { stringPlainify } from "tevari";

// ...

assert(stringPlainify("Weìrd") === "Weird");

Every direct helper method are prefixed by the name of the section in singular. (ie. StringHelpers.plainify <=> stringPlainify).

Simple, isn't it ? 🪄

2.0.9

4 months ago

2.0.7

4 months ago

2.0.8

4 months ago

2.0.6

5 months ago

2.0.3

6 months ago

2.0.5

6 months ago

2.0.4

6 months ago

2.0.2

7 months ago

2.0.1

7 months ago

2.0.0

7 months ago

1.14.4

8 months ago

1.14.1

10 months ago

1.14.0

11 months ago

1.13.0

12 months ago

1.12.1

12 months ago

1.12.0

12 months ago

1.14.3

10 months ago

1.14.2

10 months ago

1.9.1

1 year ago

1.9.0

1 year ago

1.8.1

1 year ago

1.8.0

1 year ago

1.9.2

1 year ago

1.11.0

12 months ago

1.10.1

1 year ago

1.10.0

1 year ago

1.7.1

1 year ago