0.5.0 • Published 11 days ago

@tsevdos/el-utils v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 days ago

elUtils

elUtils is a library that contains convenient, easy-to-use, and lightweight utility functions that solve many problems we face daily when building applications for Greek businesses.

Description

elUtils is a zero-dependency modern package, written in TypeScript, strongly-typed, that solves various geolocation, validation, and date-related issues by providing a broad collection of easy to use functions.

Check all the available functions here (by module category).

Installation

# npm
npm install @tsevdos/el-utils
# or yarn
yarn add @tsevdos/el-utils
# or pnpm
pnpm add @tsevdos/el-utils

Usage

To use one of the available utility functions, you just need to import it (example below):

// esm
import { getAdministrativeRegions, getDays, ... } from "@tsevdos/el-utils";
// cjs
const { getAdministrativeRegions, getDays, ... } = require("@tsevdos/el-utils");

console.log(getAdministrativeRegions());

API

The library is currently split into the following modules:

Contribute

See the Contributing guide.

If you like the project but just don't have time to contribute, that's fine. There are other easy ways to support it and show your appreciation, which we would also be very happy about:

  • Star the project
  • Tweet about it
  • Refer this project in your project's readme
  • Mention the project at local meetups and tell your friends/colleagues

License

MIT© John Tsevdos

0.5.0

11 days ago

0.4.0

15 days ago

0.3.0

1 month ago

0.2.0

2 months ago

0.1.0

2 months ago